diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-08 00:04:21 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-08-08 00:04:21 +0000 |
| commit | 003a0dd6e448f78b6984d56275aa89b61e22da57 (patch) | |
| tree | 3c9c451e03ae6dcfc87d9084a573b89440bbd0cc | |
| parent | 0d096f62f7ac1f757c3d46e1c878b99ec6ebc438 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/amd/amd/Makefile | 3 | ||||
| -rw-r--r-- | usr.sbin/amd/amq/Makefile | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile index 328fd8064a86..a5023c0d47de 100644 --- a/usr.sbin/amd/amd/Makefile +++ b/usr.sbin/amd/amd/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.2 (Berkeley) 4/22/94 PROG= amd -MAN8= amd.0 +MAN8= amd.8 OS= bsd44 SRCS= afs_ops.c am_ops.c clock.c util.c xutil.c \ efs_ops.c mapc.c info_file.c info_hes.c \ @@ -14,7 +14,6 @@ SRCS= afs_ops.c am_ops.c clock.c util.c xutil.c \ amq_subr.c umount_fs.c host_ops.c nfsx_ops.c \ ufs_ops.c ifs_ops.c amd.c get_args.c restart.c wire.c OBJS+= vers.${PROG}.o -LDADD+= -lrpc CFLAGS+=-I${.CURDIR}/../rpcx CFLAGS+=-I${.CURDIR}/../config CFLAGS+=-I${.CURDIR}/../include diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile index adbd5f4b63e6..8b5ff9917578 100644 --- a/usr.sbin/amd/amq/Makefile +++ b/usr.sbin/amd/amq/Makefile @@ -2,7 +2,6 @@ PROG = amq SRCS = amq.c amq_clnt.c amq_xdr.c misc_rpc.c -LDADD+=-lrpc CFLAGS+=-I${.CURDIR}/../include CFLAGS+=-I${.CURDIR}/../rpcx CFLAGS+=-I${.CURDIR}/../config |
