From owner-p4-projects Sat Jun 29 10:43:46 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 38A6B37B401; Sat, 29 Jun 2002 10:43:41 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D085637B400 for ; Sat, 29 Jun 2002 10:43:40 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CD5943E13 for ; Sat, 29 Jun 2002 10:43:40 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5THheJU042745 for ; Sat, 29 Jun 2002 10:43:40 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5THhetH042742 for perforce@freebsd.org; Sat, 29 Jun 2002 10:43:40 -0700 (PDT) Date: Sat, 29 Jun 2002 10:43:40 -0700 (PDT) Message-Id: <200206291743.g5THhetH042742@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 13601 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 ==== //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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message