freebsd-skq/usr.sbin/amd/libamu/Makefile
obrien 9c97c8f02d Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00

33 lines
809 B
Makefile

# ex:ts=8
#
# Makefile for amd
# This file is under a "BSD" copyright (c) by David O'Brien 1998
#
# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/amd/libamu \
${.CURDIR}/../../../contrib/amd/conf/transp \
${.CURDIR}/../../../contrib/amd/conf/mtab \
${.CURDIR}/../../../contrib/amd/conf/umount
LIB= amu
NOMAN= noman
SRCS= hasmntopt.c misc_rpc.c mount_fs.c mtab.c nfs_prot_xdr.c \
util.c wire.c xutil.c
# These would be links created by the GNU-style configure
SRCS+= transp_sockets.c mtab_bsd.c umount_bsd44.c
# Generated at compile time (replaces supplied xdr_func.c)
SRCS+= nfs_prot_x.c
CLEANFILES+= nfs_prot_x.c
CFLAGS+= -I${.CURDIR}/../../../contrib/amd/libamu
nfs_prot_x.c: ${NFS_PROT_X}
${RPCCOM} -c -DWANT_NFS3 ${NFS_PROT_X} -o ${.TARGET}
install:
.include <bsd.lib.mk>