diff options
author | ats <ats@FreeBSD.org> | 1995-04-15 17:36:53 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-04-15 17:36:53 +0000 |
commit | 7a4c1929e1b5f0a2ea8ed42966e52b26f243988a (patch) | |
tree | 3ffa2fcfdb927afa4233f3339eb9ecf09c607bc0 /sys/modules/if_ppp | |
parent | 160723cf92dfb58fed5a00128926ccc62a453a17 (diff) | |
download | FreeBSD-src-7a4c1929e1b5f0a2ea8ed42966e52b26f243988a.zip FreeBSD-src-7a4c1929e1b5f0a2ea8ed42966e52b26f243988a.tar.gz |
Put vnode_if.h and vnode_if.c into CLEANFILES that are automatically
generated. Should this lkm set VFS_LKM ?
Diffstat (limited to 'sys/modules/if_ppp')
-rw-r--r-- | sys/modules/if_ppp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile index dfd9eba..7e52fdc 100644 --- a/sys/modules/if_ppp/Makefile +++ b/sys/modules/if_ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1995/03/20 19:25:46 wollman Exp $ +# $Id: Makefile,v 1.2 1995/03/20 19:33:35 wollman Exp $ .PATH: ${.CURDIR}/../../sys/net KMOD= if_ppp_mod @@ -12,7 +12,7 @@ NPPP?= 2 PROTOS?= -DINET CFLAGS+= ${PROTOS} -CLEANFILES+= bpfilter.h ppp.h +CLEANFILES+= bpfilter.h ppp.h vnode_if.h vnode_if.c bpfilter.h: echo "#define NBPFILTER ${NBPFILTER}" > bpfilter.h |