Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.prog.mk,v retrieving revision 1.70 retrieving revision 1.71 diff -u -p -r1.70 -r1.71 --- src/share/mk/bsd.prog.mk 1997/04/18 14:30:25 1.70 +++ src/share/mk/bsd.prog.mk 1997/05/06 20:54:40 1.71 @@ -1,10 +1,13 @@ -# $NetBSD: bsd.prog.mk,v 1.70 1997/04/18 14:30:25 christos Exp $ +# $NetBSD: bsd.prog.mk,v 1.71 1997/05/06 20:54:40 mycroft Exp $ # @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94 .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif +.MAIN: all +.PHONY: cleanprog afterdepend beforeinstall proginstall afterinstall + .include .SUFFIXES: .out .o .c .cc .C .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0 @@ -99,7 +102,6 @@ MAN= ${PROG}.1 .endif # !defined(MAN) .endif # defined(PROG) -.MAIN: all all: ${PROG} _SUBDIRUSE .if !target(clean)