diff options
Diffstat (limited to 'bsd/mga/Makefile')
-rw-r--r-- | bsd/mga/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bsd/mga/Makefile b/bsd/mga/Makefile index 82c7a382..13e43c46 100644 --- a/bsd/mga/Makefile +++ b/bsd/mga/Makefile @@ -7,12 +7,6 @@ SRCS= mga_drv.c mga_state.c mga_warp.c mga_dma.c SRCS+= device_if.h bus_if.h pci_if.h opt_drm.h CFLAGS+= ${DEBUG_FLAGS} -I. -I.. -@: - ln -sf /sys @ - -machine: - ln -sf /sys/i386/include machine - .if defined(DRM_DEBUG) DRM_DEBUG_OPT= "\#define DRM_DEBUG 1" .endif |