summaryrefslogtreecommitdiffstats
path: root/rescue/librescue
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-07-17 06:29:10 +0000
committerobrien <obrien@FreeBSD.org>2003-07-17 06:29:10 +0000
commit166f9010bcecaeab8f90f60ec47b3dbf5901ac18 (patch)
treeda3e143163bd10d50b538b4f32e73ed2cebef1de /rescue/librescue
parent907d8c242e0209d90828920cb07cfff5e5ec0507 (diff)
downloadFreeBSD-src-166f9010bcecaeab8f90f60ec47b3dbf5901ac18.zip
FreeBSD-src-166f9010bcecaeab8f90f60ec47b3dbf5901ac18.tar.gz
*major* style problems.
Diffstat (limited to 'rescue/librescue')
-rw-r--r--rescue/librescue/Makefile27
1 files changed, 15 insertions, 12 deletions
diff --git a/rescue/librescue/Makefile b/rescue/librescue/Makefile
index 08214ff..c504eae 100644
--- a/rescue/librescue/Makefile
+++ b/rescue/librescue/Makefile
@@ -9,25 +9,28 @@
# This library should never be installed, and isn't even linked
# with in the normal way. (See ../rescue/Makefile for details.)
+.PATH: ${.CURDIR}/../../lib/libc/gen \
+ ${.CURDIR}/../../lib/libc/net \
+ ${.CURDIR}/../../lib/libc/stdlib \
+ ${.CURDIR}/../../lib/libutil
+
LIB= rescue
-NOPROFILE= yes # Don't generate profile version
INTERNALLIB= yes # Don't install this library
+SRCS= exec.c getusershell.c login_class.c popen.c rcmdsh.c \
+ sysctl.c system.c
CFLAGS+= -DRESCUE
# Flags copied from src/lib/libc and src/lib/libutil
-CFLAGS+= -I${.CURDIR}/../../lib/libc/include
+# libc/db/Makefile.inc
CFLAGS+= -D__DBINTERFACE_PRIVATE
+# libc/net/Makefile.inc & libutil/Makefile
CFLAGS+= -DINET6
+# libc/regex/Makefile.inc & libc/regex/grot/Makefile
CFLAGS+= -DPOSIX_MISTAKE
-CFLAGS+= -I${.CURDIR}/../../lib/libc/locale
-CFLAGS+= -DBROKEN_DES
-CFLAGS+= -DPORTMAP
-CFLAGS+= -DDES_BUILTIN
-CFLAGS+= -DYP
-CFLAGS+= -DHESIOD
-
-.PATH: ${.CURDIR}/../../lib/libc/gen ${.CURDIR}/../../lib/libutil ${.CURDIR}/../../lib/libc/net ${.CURDIR}/../../lib/libc/stdlib
-
-SRCS = exec.c getusershell.c login_class.c popen.c rcmdsh.c sysctl.c system.c
+# libc/rpc/Makefile.inc
+CFLAGS+= -DBROKEN_DES -DPORTMAP -DDES_BUILTIN
+# libc/Makefile
+CFLAGS+= -DYP -DHESIOD
+CFLAGS+= -I${.CURDIR}/../../lib/libc/include
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud