diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-10-20 06:56:00 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-10-20 06:56:00 +0000 |
commit | 6c64990bce02698d460b3cfc5c02c279a0cd2c7b (patch) | |
tree | a83281aa42835e9213766e3a98c23d651bbb3f8f /usr.sbin/amd/amq | |
parent | 5b0ea22ec23a09546632ef762e4b678f12d4449c (diff) |
Change MTAB_TYPE_UFS from "ufs" to "ffs", fixing mount-restarting for them.
Perform one level of expansion on the various "portability" macros from os-*.h
Delete support for Hesiod and the pre-4.4 versions of the NFS API
Delete the no-op unlock_mntlist()
unifdef -UFASCIST_DF_COMMAND -UMOUNT_HELPER_SOURCE
Move the struct mntent and MNTMAXSTR definitions into include/am.h
Move the commented-out -DHAS_NDBM_MAPS into amd/Makefile
Expand OS_REP to "bsd44".
With config/* empty, delete them.
"lot of stuff...but I know your process on this" deraadt@
Diffstat (limited to 'usr.sbin/amd/amq')
-rw-r--r-- | usr.sbin/amd/amq/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/amd/amq/Makefile b/usr.sbin/amd/amq/Makefile index b382e48e7d9..9a57675569c 100644 --- a/usr.sbin/amd/amq/Makefile +++ b/usr.sbin/amd/amq/Makefile @@ -1,14 +1,11 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.2 2014/10/20 00:20:04 guenther Exp $ - -.include "../config/Makefile.config" +# $Id: Makefile,v 1.3 2014/10/20 06:55:59 guenther Exp $ PROG = amq SRCS = amq.c amq_clnt.c amq_xdr.c misc_rpc.c MAN = amq.8 CFLAGS+=-I${.CURDIR}/../include CFLAGS+=-I${.CURDIR}/../rpcx -CFLAGS+=-I${.CURDIR}/../config .PATH: ${.CURDIR}/../rpcx ${.CURDIR}/../amd .include "../../Makefile.inc" |