summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/omapip
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-19 22:23:49 +0000
committerobrien <obrien@FreeBSD.org>2002-02-19 22:23:49 +0000
commit872134cfe5d102e39b3dbc8363c48462882de702 (patch)
treef75a822e0069b27e41a45a8534d7ab9ff45deafb /sbin/dhclient/omapip
parent6910b4d7c290a9cf1daff4d9ceb6d99566052011 (diff)
downloadFreeBSD-src-872134cfe5d102e39b3dbc8363c48462882de702.zip
FreeBSD-src-872134cfe5d102e39b3dbc8363c48462882de702.tar.gz
Style cleanup.
Approved by: Murray
Diffstat (limited to 'sbin/dhclient/omapip')
-rw-r--r--sbin/dhclient/omapip/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile
index faee8f3..5c1b0b6 100644
--- a/sbin/dhclient/omapip/Makefile
+++ b/sbin/dhclient/omapip/Makefile
@@ -6,19 +6,14 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/omapip
LIB= omapi
-NOPROFILE= true
INTERNALLIB= true
-NOPIC= true
INTERNALSTATICLIB= true
-NOMAN= true
-SRCS= protocol.c buffer.c alloc.c result.c connection.c errwarn.c \
- listener.c dispatch.c generic.c support.c handle.c message.c \
- convert.c hash.c auth.c inet_addr.c array.c trace.c mrtrace.c \
- toisc.c
-
-CFLAGS+= -I${DIST_DIR}/includes -I${DIST_DIR}
+SRCS= alloc.c array.c auth.c buffer.c connection.c convert.c dispatch.c \
+ errwarn.c generic.c handle.c hash.c inet_addr.c listener.c \
+ message.c mrtrace.c protocol.c result.c support.c toisc.c trace.c
MAN= omapi.3
+NOMAN= true
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud