diff options
Diffstat (limited to 'bsd/gamma')
-rw-r--r-- | bsd/gamma/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bsd/gamma/Makefile b/bsd/gamma/Makefile index 6b99427a..d416e463 100644 --- a/bsd/gamma/Makefile +++ b/bsd/gamma/Makefile @@ -7,12 +7,6 @@ SRCS = gamma_drv.c gamma_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 |