PERFORCE change 114465 for review

Adam Martin adamartin at FreeBSD.org
Wed Feb 14 01:42:10 UTC 2007


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

Change 114465 by adamartin at adamartin_hobbes on 2007/02/14 01:41:34

	Forgot some files.  Also fixed makefile.

Affected files ...

.. //depot/projects/soc2006/adamartin_autofs/Makefile#5 edit
.. //depot/projects/soc2006/adamartin_autofs/autofs/autofs_templatefs.h#1 add
.. //depot/projects/soc2006/adamartin_autofs/autofs/autofs_tfsinit.c#1 add

Differences ...

==== //depot/projects/soc2006/adamartin_autofs/Makefile#5 (text+ko) ====

@@ -1,14 +1,12 @@
-#	@(#)Makefile	8.3 (Berkeley) 3/27/94
-# $FreeBSD: src/sbin/mount_nullfs/Makefile,v 1.11 2004/02/23 20:13:54 johan Exp $
 
-PROG=	mount_autofs
-SRCS=	mount_autofs.c getmntopts.c
-MAN=	mount_autofs.8
+all:
+	cd templatefs; make
+	cd autofs; make
+	cd mount_autofs; make
+	cd afsconfig; make
 
-MOUNT=	/usr/src/sbin/mount
-CFLAGS+=-I${MOUNT}
-WARNS?=	0
-
-.PATH:	${MOUNT}
-
-.include <bsd.prog.mk>
+clean:
+	cd templatefs; make clean
+	cd autofs; make clean
+	cd mount_autofs; make clean
+	cd afsconfig; make clean


More information about the p4-projects mailing list