Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2005 12:37:17 GMT
From:      soc-tyler <soc-tyler@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 80436 for review
Message-ID:  <200507181237.j6ICbHxt038585@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=80436

Change 80436 by soc-tyler@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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507181237.j6ICbHxt038585>