2000-11-20 04:58:43 +03:00
|
|
|
# $NetBSD: Makefile,v 1.13 2000/11/20 01:58:43 wiz Exp $
|
1997-07-25 01:19:53 +04:00
|
|
|
|
2000-11-20 03:24:41 +03:00
|
|
|
LIB= amu
|
1997-07-25 01:19:53 +04:00
|
|
|
|
2000-11-20 03:24:41 +03:00
|
|
|
MKLINKLIB= no
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
|
|
|
|
DIST= ${IDIST}/libamu
|
|
|
|
.PATH: ${DIST} ${IDIST}/conf/mtab ${IDIST}/conf/transp ${IDIST}/conf/umount
|
|
|
|
|
|
|
|
SRCS= clnt_sperrno.c hasmntopt.c misc_rpc.c mount_fs.c mtab.c mtab_bsd.c \
|
|
|
|
nfs_prot_xdr.c transp_sockets.c ualarm.c umount_bsd44.c util.c wire.c \
|
|
|
|
xdr_func.c xutil.c
|
|
|
|
|
|
|
|
# some host specific compile time settings amd wants to have compiled in
|
1997-07-25 01:19:53 +04:00
|
|
|
config_local.h: mkconf
|
|
|
|
@rm -f ${.TARGET}
|
2000-11-20 04:56:13 +03:00
|
|
|
sh ${.ALLSRC} `sh ${.CURDIR}/../../../sys/conf/osrelease.sh` > ${.TARGET}
|
1997-07-25 01:19:53 +04:00
|
|
|
|
2000-11-20 03:24:41 +03: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>
|
2000-11-20 03:24:41 +03:00
|
|
|
|
|
|
|
${SRCS}: config_local.h
|