Deleted Added
full compact
1c1
< # $Id$
---
> # $Id: Makefile,v 1.3 1997/02/22 12:48:40 peter Exp $
6c6,8
< nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c
---
> nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \
> nfs_vnops.c opt_inet.h
> NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
9d10
< CFLAGS+= -DNFS -DINET
10a12,20
> CFLAGS+= -DNFS
> CLEANFILES+= opt_inet.h
>
> opt_inet.h:
> touch opt_inet.h
> .if ${NFS_INET} > 0
> echo "#define INET 1" > opt_inet.h
> .endif
>