summaryrefslogtreecommitdiffstats
path: root/lkm/if_tun/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lkm/if_tun/Makefile')
-rw-r--r--lkm/if_tun/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/lkm/if_tun/Makefile b/lkm/if_tun/Makefile
deleted file mode 100644
index 33e9c2e..0000000
--- a/lkm/if_tun/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: Makefile,v 1.5 1998/01/24 02:21:49 eivind Exp $
-
-.PATH: ${.CURDIR}/../../sys/net
-KMOD= if_tun_mod
-SRCS= if_tun.c bpfilter.h opt_devfs.h opt_inet.h tun.h
-NOMAN=
-PSEUDO_LKM=
-
-NBPFILTER?= 0
-NTUN?= 2
-
-CFLAGS+= ${PROTOS}
-CLEANFILES+= bpfilter.h opt_devfs.h opt_inet.h tun.h
-
-bpfilter.h:
- echo "#define NBPFILTER ${NBPFILTER}" > bpfilter.h
-
-opt_devfs.h:
- touch opt_devfs.h
-
-opt_inet.h:
- echo "#define INET 1" > opt_inet.h
-
-tun.h:
- echo "#define NTUN ${NTUN}" > tun.h
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud