| version 1.70, 1997/04/18 14:30:25 |
version 1.71, 1997/05/06 20:54:40 |
|
|
| .include "${.CURDIR}/../Makefile.inc" |
.include "${.CURDIR}/../Makefile.inc" |
| .endif |
.endif |
| |
|
| |
.MAIN: all |
| |
.PHONY: cleanprog afterdepend beforeinstall proginstall afterinstall |
| |
|
| .include <bsd.own.mk> |
.include <bsd.own.mk> |
| |
|
| .SUFFIXES: .out .o .c .cc .C .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0 |
.SUFFIXES: .out .o .c .cc .C .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0 |
|
|
| .endif # !defined(MAN) |
.endif # !defined(MAN) |
| .endif # defined(PROG) |
.endif # defined(PROG) |
| |
|
| .MAIN: all |
|
| all: ${PROG} _SUBDIRUSE |
all: ${PROG} _SUBDIRUSE |
| |
|
| .if !target(clean) |
.if !target(clean) |