PERFORCE change 80436 for review

soc-tyler soc-tyler at FreeBSD.org
Mon Jul 18 12:37:18 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=80436

Change 80436 by soc-tyler at soc-tyler_launchd on 2005/07/18 12:37:02

	Fix Makefile

Affected files ...

.. //depot/projects/soc2005/launchd/Makefile#7 edit

Differences ...

==== //depot/projects/soc2005/launchd/Makefile#7 (text+ko) ====

@@ -6,13 +6,18 @@
 #launchdebugd.c launchproxy.c
 MAN=	launchd.conf.5 launchd.plist.5 init.8 launchd.8 \
 	launchd_debug.8 launchproxy.8 rc.8 service.8 
-	
-MAINTAINER= tyler at tamu.edu
+
+BINMODE=500
+INSTALLFLAGS=-b -B.bak
+NO_SHARED?=	YES
 
 CFLAGS+= -g -Wall -W -Wshadow -Wpadded -Iincludes -D_LAUNCHD_
 ## init.c related CFLAGS
-CFLAGS+=-DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
-LDADD+=	-lutil
-NO_SHARED?=	YES
+CFLAGS+= -DDEBUGSHELL -DSECURE -DLOGIN_CAP -DCOMPAT_SYSV_INIT
+
+# -lcrypt needed by original FreeBSD init(8) code
+DPADD=	${LIBUTIL} ${LIBCRYPT}
+LDADD+=	-lutil -lcrypt
+
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list