From 21cfaa17d83a1508e8a9d7185729c80c8a0952ea Mon Sep 17 00:00:00 2001 From: jmg Date: Tue, 30 Jun 1998 11:29:01 +0000 Subject: add new opt_nfs.h to cleanfiles... --- sys/modules/nfsserver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/nfsserver') diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile index 991b848..16e1926 100644 --- a/sys/modules/nfsserver/Makefile +++ b/sys/modules/nfsserver/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/02/06 23:54:23 eivind Exp $ +# $Id: Makefile,v 1.7 1998/06/30 11:19:20 jmg Exp $ .PATH: ${.CURDIR}/../../sys/nfs KMOD= nfs_mod @@ -10,7 +10,7 @@ NOMAN= VFS_LKM= CFLAGS+= -DNFS -CLEANFILES+= opt_inet.h +CLEANFILES+= opt_inet.h opt_nfs.h opt_inet.h: touch opt_inet.h -- cgit v1.1