1999-02-13 05:54:17 +03:00
|
|
|
# $NetBSD: Makefile,v 1.10 1999/02/13 02:54:58 lukem 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 \
|
1997-09-23 12:46:25 +04:00
|
|
|
util.c nfs_prot_xdr.c mtab.c mount_fs.c misc_rpc.c hasmntopt.c config_local.h
|
1997-07-25 01:19:53 +04:00
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
MKLINKLIB=no
|
1998-08-09 02:33:27 +04:00
|
|
|
|
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>
|
1998-04-07 20:36:02 +04:00
|
|
|
|
1997-07-25 01:19:53 +04:00
|
|
|
${OBJS}: config_local.h
|