Deleted Added
full compact
Makefile (32990) Makefile (40440)
1# $Id: Makefile,v 1.5 1998/01/24 02:21:49 eivind Exp $
1# $Id: Makefile,v 1.6 1998/02/01 18:12:14 bde Exp $
2
2
3.PATH: ${.CURDIR}/../../sys/net
4KMOD= if_tun_mod
3.PATH: ${.CURDIR}/../../net
4KMOD= if_tun
5SRCS= if_tun.c bpfilter.h opt_devfs.h opt_inet.h tun.h
6NOMAN=
5SRCS= if_tun.c bpfilter.h opt_devfs.h opt_inet.h tun.h
6NOMAN=
7PSEUDO_LKM=
8
9NBPFILTER?= 0
10NTUN?= 2
11
12CFLAGS+= ${PROTOS}
13CLEANFILES+= bpfilter.h opt_devfs.h opt_inet.h tun.h
14
15bpfilter.h:

--- 12 unchanged lines hidden ---
7
8NBPFILTER?= 0
9NTUN?= 2
10
11CFLAGS+= ${PROTOS}
12CLEANFILES+= bpfilter.h opt_devfs.h opt_inet.h tun.h
13
14bpfilter.h:

--- 12 unchanged lines hidden ---