config root man

Current Path : /compat/linux/proc/self/root/usr/src/usr.sbin/amd/amd/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //compat/linux/proc/self/root/usr/src/usr.sbin/amd/amd/Makefile

# ex:ts=8
#
# Makefile for amd
# 	This file is under a "BSD" copyright (c) by David O'Brien 1998
#
# $FreeBSD: release/9.1.0/usr.sbin/amd/amd/Makefile 177718 2008-03-29 18:13:15Z ru $
#

.include <bsd.own.mk>

.PATH: ${.CURDIR}/../../../contrib/amd/amd

PROG=	amd
MAN=	amd.8
SRCS=	conf_parse.y conf_tok.l
SRCS+=	am_ops.c amd.c amfs_auto.c amfs_direct.c amfs_error.c amfs_generic.c
SRCS+=	amfs_host.c amfs_link.c amfs_linkx.c amfs_nfsl.c
SRCS+=	amfs_nfsx.c amfs_program.c amfs_root.c amfs_toplvl.c
SRCS+=	amfs_union.c amq_subr.c amq_svc.c autil.c clock.c conf.c
SRCS+=	get_args.c info_exec.c info_file.c info_ndbm.c info_passwd.c
SRCS+=	info_union.c map.c mapc.c mntfs.c nfs_prot_svc.c nfs_start.c
SRCS+=	nfs_subr.c ops_cdfs.c ops_mfs.c ops_nfs.c ops_nfs3.c
SRCS+=	ops_nullfs.c ops_pcfs.c ops_tfs.c ops_ufs.c ops_umapfs.c
SRCS+=	ops_unionfs.c opts.c readdir.c restart.c rpc_fwd.c sched.c
SRCS+=	srvr_amfs_auto.c srvr_nfs.c

CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amd \
	 -I${DESTDIR}/usr/include/rpcsvc

DPADD=	${LIBAMU} ${LIBWRAP}
LDADD=	${LIBAMU} -lwrap

CLEANFILES+=	conf_parse.c conf_parse.h conf_tok.c

conf_tok.o: conf_parse.h

#		These are generated at compile time
SRCS+=		mount_xdr.c
CLEANFILES+=	mount_xdr.c

mount_xdr.c: ${MOUNT_X}
	${RPCCOM} -c -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}

.if ${MK_HESIOD} != "no"
SRCS+=	info_hesiod.c
CFLAGS+= -DHAVE_MAP_HESIOD
.endif

.if ${MK_NIS} != "no"
SRCS+=	info_nis.c
.endif

.include <bsd.prog.mk>

Man Man