aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/wide-dhcp/files/patch-ae
blob: 355586233d15f710548a131c43f7213d4c831469 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- server/Makefile.FreeBSD.orig	Mon Nov  6 16:18:41 1995
+++ server/Makefile.FreeBSD	Fri Mar 28 17:26:44 1997
@@ -1,13 +1,25 @@
 OBJ = dhcps.o database.o hash.o ctime.o getmac.o common_subr.o \
       interface.o delarp.o
-LDFLAGS =
-CC = gcc
-CFLAGS = -g -Wall #-DCOMPAT_RFC1541 #-DNOICMPCHK
-#CC = cc
+LDFLAGS = -lkvm
+#CC = gcc
+CFLAGS += -Wall #-DCOMPAT_RFC1541 #-DNOICMPCHK
+CC = cc
 #CFLAGS = -g #-DCOMPAT_RFC1541 #-DNOICMPCHK
+SBIN=		${PREFIX}/sbin
+LIBEXEC=	${PREFIX}/libexec
+MAN=		${PREFIX}/man
 
 dhcps: ${OBJ}
 	${CC} ${CFLAGS} -o dhcps ${OBJ} ${LDFLAGS}
+
+install: dhcps
+	${INSTALL} -c -m 755 -s dhcps ${SBIN}/dhcps
+	cp dhcpdb.pool.5 ${MAN}/man5/dhcpdb.pool.5
+	gzip -9nf ${MAN}/man5/dhcpdb.pool.5
+	cp dhcpdb.relay.5 ${MAN}/man5/dhcpdb.relay.5
+	gzip -9nf ${MAN}/man5/dhcpdb.relay.5
+	cp dhcps.8 ${MAN}/man8/dhcps.8
+	gzip -9nf ${MAN}/man8/dhcps.8
 
 clean:
 	rm -f *~ *.o *core* dhcps