From 5d2cacaa26ec950bb420e32c457fc1ab6af0ac1f Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Sat, 15 Apr 1995 17:36:53 +0000 Subject: Put vnode_if.h and vnode_if.c into CLEANFILES that are automatically generated. Should this lkm set VFS_LKM ? --- sys/modules/if_ppp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile index dfd9ebaa3218c..7e52fdca4aee8 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 -- cgit v1.3