From 166f9010bcecaeab8f90f60ec47b3dbf5901ac18 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 17 Jul 2003 06:29:10 +0000 Subject: *major* style problems. --- rescue/librescue/Makefile | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'rescue/librescue') 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 -- cgit v1.1