Restore revision 1.3: 'make depend' needs a config_local.h in the SRCS=
line of libamu/Makefile
This commit is contained in:
parent
1a9080a871
commit
c219cd3ba0
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 1997/09/22 22:11:14 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.5 1997/09/23 08:46:25 veego Exp $
|
||||
|
||||
LIB= amu
|
||||
SRCS= mtabutil.c tranputil.c umount_fs.c xutil.c xdr_func.c wire.c \
|
||||
util.c nfs_prot_xdr.c mtab.c mount_fs.c misc_rpc.c hasmntopt.c
|
||||
util.c nfs_prot_xdr.c mtab.c mount_fs.c misc_rpc.c hasmntopt.c config_local.h
|
||||
|
||||
config_local.h: mkconf
|
||||
@rm -f ${.TARGET}
|
||||
|
|
Loading…
Reference in New Issue