diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-05-20 08:08:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-05-20 08:08:00 +0000 |
commit | 92c17b532947c45232674c253964bcb0cfc6a576 (patch) | |
tree | 6e8e333c8c3a1acda7adce7e96df74b5caa64392 /net-mgmt/wide-dhcp/files/patch-ag | |
parent | ea0204bd1f574f94f7628eaf96d186dfcdef2e5c (diff) |
Notes
Diffstat (limited to 'net-mgmt/wide-dhcp/files/patch-ag')
-rw-r--r-- | net-mgmt/wide-dhcp/files/patch-ag | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/wide-dhcp/files/patch-ag b/net-mgmt/wide-dhcp/files/patch-ag index dc5bfa381e1c..4995b3060932 100644 --- a/net-mgmt/wide-dhcp/files/patch-ag +++ b/net-mgmt/wide-dhcp/files/patch-ag @@ -15,11 +15,11 @@ ${CC} ${CFLAGS} -o relay ${OBJ} ${LDFLAGS} + +install: relay -+ ${INSTALL} -m 755 -s relay ${SBIN}/relay ++ ${INSTALL} -c -m 755 -s relay ${SBIN}/relay + cp relay.8 ${MAN}/man8/relay.8 -+ gzip ${MAN}/man8/relay.8 ++ gzip -9nf ${MAN}/man8/relay.8 + cp dhcpdb.server.5 ${MAN}/man5/dhcpdb.server.5 -+ gzip ${MAN}/man5/dhcpdb.server.5 ++ gzip -9nf ${MAN}/man5/dhcpdb.server.5 relay.o: relay.c common.h ../server/dhcp.h ../server/common_subr.h common_subr.o: ../server/common_subr.c ../server/dhcp.h common.h ../server/common_subr.h |