Deleted Added
full compact
Makefile (125433) Makefile (137675)
1# ex:ts=8
2#
3# Makefile for amd
4# This file is under a "BSD" copyright (c) by David O'Brien 1998
5#
1# ex:ts=8
2#
3# Makefile for amd
4# This file is under a "BSD" copyright (c) by David O'Brien 1998
5#
6# $FreeBSD: head/usr.sbin/amd/amd/Makefile 125433 2004-02-04 11:59:08Z ru $
6# $FreeBSD: head/usr.sbin/amd/amd/Makefile 137675 2004-11-13 20:40:32Z bz $
7#
8
9.PATH: ${.CURDIR}/../../../contrib/amd/amd
10
11PROG= amd
12MAN= amd.8
13SRCS= conf_parse.y conf_tok.l
14SRCS+= am_ops.c amd.c amfs_auto.c amfs_direct.c amfs_error.c
15SRCS+= amfs_host.c amfs_inherit.c amfs_link.c amfs_linkx.c amfs_nfsl.c
16SRCS+= amfs_nfsx.c amfs_program.c amfs_root.c amfs_toplvl.c
17SRCS+= amfs_union.c amq_subr.c amq_svc.c autil.c clock.c conf.c
7#
8
9.PATH: ${.CURDIR}/../../../contrib/amd/amd
10
11PROG= amd
12MAN= amd.8
13SRCS= conf_parse.y conf_tok.l
14SRCS+= am_ops.c amd.c amfs_auto.c amfs_direct.c amfs_error.c
15SRCS+= amfs_host.c amfs_inherit.c amfs_link.c amfs_linkx.c amfs_nfsl.c
16SRCS+= amfs_nfsx.c amfs_program.c amfs_root.c amfs_toplvl.c
17SRCS+= amfs_union.c amq_subr.c amq_svc.c autil.c clock.c conf.c
18SRCS+= get_args.c info_file.c info_hesiod.c info_ndbm.c info_nis.c info_passwd.c
18SRCS+= get_args.c info_file.c info_hesiod.c info_ndbm.c info_passwd.c
19SRCS+= info_union.c map.c mapc.c mntfs.c nfs_prot_svc.c nfs_start.c
20SRCS+= nfs_subr.c ops_cdfs.c ops_mfs.c ops_nfs.c ops_nfs3.c
21SRCS+= ops_nullfs.c ops_pcfs.c ops_tfs.c ops_ufs.c ops_umapfs.c
22SRCS+= ops_unionfs.c opts.c restart.c rpc_fwd.c sched.c
23SRCS+= srvr_amfs_auto.c srvr_nfs.c
24
25CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amd \
26 -I${DESTDIR}/usr/include/rpcsvc

--- 7 unchanged lines hidden (view full) ---

34
35# These are generated at compile time
36SRCS+= mount_xdr.c
37CLEANFILES+= mount_xdr.c
38
39mount_xdr.c: ${MOUNT_X}
40 ${RPCCOM} -c -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}
41
19SRCS+= info_union.c map.c mapc.c mntfs.c nfs_prot_svc.c nfs_start.c
20SRCS+= nfs_subr.c ops_cdfs.c ops_mfs.c ops_nfs.c ops_nfs3.c
21SRCS+= ops_nullfs.c ops_pcfs.c ops_tfs.c ops_ufs.c ops_umapfs.c
22SRCS+= ops_unionfs.c opts.c restart.c rpc_fwd.c sched.c
23SRCS+= srvr_amfs_auto.c srvr_nfs.c
24
25CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amd \
26 -I${DESTDIR}/usr/include/rpcsvc

--- 7 unchanged lines hidden (view full) ---

34
35# These are generated at compile time
36SRCS+= mount_xdr.c
37CLEANFILES+= mount_xdr.c
38
39mount_xdr.c: ${MOUNT_X}
40 ${RPCCOM} -c -DWANT_NFS3 ${MOUNT_X} -o ${.TARGET}
41
42.if !defined(NO_NIS)
43SRCS+= info_nis.c
44.endif
45
42.include <bsd.prog.mk>
46.include <bsd.prog.mk>