1997-09-23 02:09:51 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 1997/09/22 22:11:14 christos Exp $
|
1997-07-25 01:19:53 +04:00
|
|
|
|
|
|
|
LIB= amu
|
1997-09-23 02:09:51 +04:00
|
|
|
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
|
1997-07-25 01:19:53 +04:00
|
|
|
|
|
|
|
config_local.h: mkconf
|
|
|
|
@rm -f ${.TARGET}
|
|
|
|
sh ${.ALLSRC} > ${.TARGET}
|
|
|
|
|
1997-09-23 02:09:51 +04:00
|
|
|
CLEANFILES+=config_local.h
|
1997-07-28 04:46:55 +04:00
|
|
|
|
1997-07-25 01:19:53 +04:00
|
|
|
.include <bsd.lib.mk>
|
|
|
|
LDADD=
|
|
|
|
DPADD=
|
|
|
|
${OBJS}: config_local.h
|