diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-05-04 02:43:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-05-04 02:43:35 +0000 |
commit | 6370b9489269271afbedbdf4851adb3989e3d58d (patch) | |
tree | 3d62c17a230678a8edc5a1f0339000c329697927 /net-mgmt/wide-dhcp/files/patch-aq | |
parent | Add trafshow. (diff) |
Re-import wide-dhcp to a more suitable location. Also change the port
to one that works.
Submitted by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
Notes
Notes:
svn path=/head/; revision=3061
Diffstat (limited to 'net-mgmt/wide-dhcp/files/patch-aq')
-rw-r--r-- | net-mgmt/wide-dhcp/files/patch-aq | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/wide-dhcp/files/patch-aq b/net-mgmt/wide-dhcp/files/patch-aq new file mode 100644 index 000000000000..9b5337b9c133 --- /dev/null +++ b/net-mgmt/wide-dhcp/files/patch-aq @@ -0,0 +1,21 @@ +--- tools/Makefile.FreeBSD.org Sat Jan 20 21:44:16 1996 ++++ tools/Makefile.FreeBSD Sat Jan 20 21:48:39 1996 +@@ -2,9 +2,17 @@ +-CFLAGS = -g -Wall -I. -I../server ++CFLAGS += -Wall -I. -I../server + #CC = cc + #CFLAGS = -g -I. -I../server ++SBIN= ${PREFIX}/sbin ++LIBEXEC= ${PREFIX}/libexec ++MAN= ${PREFIX}/man + + dhcpm: dhcpm.c ../server/dhcp.h + $(CC) $(CFLAGS) dhcpm.c -o dhcpm ++ ++install: dhcpm ++ ${INSTALL} -m 755 -s dhcpm ${SBIN}/dhcpm ++ cp dhcpm.8 ${MAN}/man8/dhcpm.8 ++ gzip ${MAN}/man8/dhcpm.8 + + clean: + rm -rf *~ *.o *core* dhcpm |