Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 2007 01:42:10 GMT
From:      Adam Martin <adamartin@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 114465 for review
Message-ID:  <200702140142.l1E1gAmN097364@repoman.freebsd.org>

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

Change 114465 by adamartin@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



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