NetBSD/usr.sbin/amd/libamu/Makefile

28 lines
542 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 1998/08/08 22:33:37 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 config_local.h
1997-07-25 01:19:53 +04:00
NOPROFILE=
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
install: __libinstall
1997-07-25 01:19:53 +04:00
.include <bsd.lib.mk>
.if !defined(NOPIC)
__libinstall: ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}
.else
__libinstall:
.endif
1997-07-25 01:19:53 +04:00
LDADD=
DPADD=
${OBJS}: config_local.h