NetBSD/usr.sbin/amd/libamu/Makefile

17 lines
375 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1997/09/23 08:46:25 veego 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 config_local.h
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-25 01:19:53 +04:00
.include <bsd.lib.mk>
LDADD=
DPADD=
${OBJS}: config_local.h