Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2002 10:43:40 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13601 for review
Message-ID:  <200206291743.g5THhetH042742@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13601

Change 13601 by rwatson@rwatson_curry on 2002/06/29 10:43:09

	Point Makefiles explicitly at foo.8 instead of lettting it figure
	it out themselves.  Apparently some default changed in the integ
	that broke this.

Affected files ...

.. //depot/projects/trustedbsd/mac/usr.sbin/getfmac/Makefile#3 edit
.. //depot/projects/trustedbsd/mac/usr.sbin/getpmac/Makefile#2 edit
.. //depot/projects/trustedbsd/mac/usr.sbin/setfmac/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/mac/usr.sbin/getfmac/Makefile#3 (text+ko) ====

@@ -1,4 +1,5 @@
 PROG=   getfmac
 SRCS=   getfmac.c
+MAN=	getfmac.8
 CFLAGS+=-Wall
 .include <bsd.prog.mk>

==== //depot/projects/trustedbsd/mac/usr.sbin/getpmac/Makefile#2 (text+ko) ====


==== //depot/projects/trustedbsd/mac/usr.sbin/setfmac/Makefile#3 (text+ko) ====

@@ -1,4 +1,5 @@
 PROG=   setfmac
 SRCS=   setfmac.c
+MAN=	setfmac.8
 CFLAGS+=-Wall
 .include <bsd.prog.mk>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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