NetBSD/usr.sbin/amd/libamu/Makefile
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00

18 lines
379 B
Makefile

# $NetBSD: Makefile,v 1.10 1999/02/13 02:54:58 lukem 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 config_local.h
MKLINKLIB=no
config_local.h: mkconf
@rm -f ${.TARGET}
sh ${.ALLSRC} > ${.TARGET}
CLEANFILES+=config_local.h
.include <bsd.lib.mk>
${OBJS}: config_local.h