summaryrefslogtreecommitdiff
path: root/bsd-core/mga
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2002-08-30 23:49:25 +0000
committerEric Anholt <anholt@freebsd.org>2002-08-30 23:49:25 +0000
commit9797f0fd172c7d87e009dbfe7603c9df48509394 (patch)
tree4c46ed9e5eadca85c6b5ddc29f22cae6887103e7 /bsd-core/mga
parentb248c02c4ffaaaef4c91d8024808c35bcbfa303b (diff)
Remove some extra symlinking for kernel module building that hasn't been
needed since 2000.
Diffstat (limited to 'bsd-core/mga')
-rw-r--r--bsd-core/mga/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/bsd-core/mga/Makefile b/bsd-core/mga/Makefile
index 82c7a382..13e43c46 100644
--- a/bsd-core/mga/Makefile
+++ b/bsd-core/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