diff options
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/amd/Makefile | 6 | ||||
-rw-r--r-- | usr.sbin/amd/fixmount/Makefile | 6 | ||||
-rw-r--r-- | usr.sbin/amd/hlfsd/Makefile | 6 | ||||
-rw-r--r-- | usr.sbin/amd/include/config.h | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/amd/amd/Makefile b/usr.sbin/amd/amd/Makefile index 48a3ec2154d4..49bdcacc31a6 100644 --- a/usr.sbin/amd/amd/Makefile +++ b/usr.sbin/amd/amd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.15 1998/08/30 19:59:49 gpalmer Exp $ +# $Id: Makefile,v 1.14 1998/08/27 08:09:40 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/amd @@ -25,8 +25,8 @@ SRCS+= srvr_amfs_auto.c srvr_nfs.c CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amd -DPADD= ${LIBAMU} ${LIBRPCSVC} -LDADD= ${LIBAMU} -lrpcsvc +DPADD+= ${LIBAMU} +LDADD+= ${LIBAMU} -lrpcsvc CLEANFILES+= conf_parse.c conf_parse.h conf_tok.c diff --git a/usr.sbin/amd/fixmount/Makefile b/usr.sbin/amd/fixmount/Makefile index 3ea214fa59c1..b1c2a97a901f 100644 --- a/usr.sbin/amd/fixmount/Makefile +++ b/usr.sbin/amd/fixmount/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.2 1998/08/30 19:59:52 gpalmer Exp $ +# $Id: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/fixmount \ @@ -20,7 +20,7 @@ SRCS+= mount.h nfs_prot.h # These would be links created by the GNU-style configure SRCS+= checkmount_bsd44.c -DPADD= ${LIBAMU} ${LIBRPCSVC} -LDADD= ${LIBAMU} -lrpcsvc +DPADD+= ${LIBAMU} +LDADD+= ${LIBAMU} -lrpcsvc .include <bsd.prog.mk> diff --git a/usr.sbin/amd/hlfsd/Makefile b/usr.sbin/amd/hlfsd/Makefile index 3cf19bcda20c..693b509e1e5d 100644 --- a/usr.sbin/amd/hlfsd/Makefile +++ b/usr.sbin/amd/hlfsd/Makefile @@ -3,7 +3,7 @@ # Makefile for amd # This file is under a "BSD" copyright (c) by David O'Brien 1998 # -# $Id: Makefile,v 1.2 1998/08/30 19:59:52 gpalmer Exp $ +# $Id: Makefile,v 1.1 1998/08/27 08:09:41 obrien Exp $ # .PATH: ${.CURDIR}/../../../contrib/amd/hlfsd @@ -15,7 +15,7 @@ SRCS= hlfsd.c homedir.c nfs_prot_svc.c stubs.c CFLAGS+= -I${.CURDIR}/../../../contrib/amd/hlfsd -DPADD= ${LIBAMU} ${LIBRPCSVC} -LDADD= ${LIBAMU} -lrpcsvc +DPADD+= ${LIBAMU} +LDADD+= ${LIBAMU} -lrpcsvc .include <bsd.prog.mk> diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h index cc3dad823aee..c36021fba7fa 100644 --- a/usr.sbin/amd/include/config.h +++ b/usr.sbin/amd/include/config.h @@ -1,4 +1,4 @@ -/* $Id: config.h,v 1.8 1998/11/20 05:18:34 obrien Exp $ */ +/* $Id: config.h,v 1.6 1998/08/27 08:09:41 obrien Exp $ */ /* portions derived from $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $ */ /* config.h. Generated automatically by configure. */ @@ -927,7 +927,7 @@ #define PACKAGE "am-utils" /* Define version of package (must be defined by configure.in) */ -#define VERSION "6.0" +#define VERSION "6.0a16" /* We pick some parameters from our local config file */ #include "config_local.h" |