Deleted Added
full compact
bsd.prog.mk (5257) bsd.prog.mk (5585)
1# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
1# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
2# $Id: bsd.prog.mk,v 1.14 1994/12/22 17:20:52 bde Exp $
2# $Id: bsd.prog.mk,v 1.15 1994/12/28 03:50:58 ache Exp $
3
4.if exists(${.CURDIR}/../Makefile.inc)
5.include "${.CURDIR}/../Makefile.inc"
6.endif
7
8.SUFFIXES: .out .o .c .cc .cxx .C .y .l .s .S
9
10CFLAGS+=${COPTS} ${DEBUG_FLAGS}

--- 161 unchanged lines hidden (view full) ---

172.if !defined(NOMAN)
173afterinstall: realinstall maninstall
174.else
175afterinstall: realinstall
176.endif
177realinstall: beforeinstall
178.endif
179
3
4.if exists(${.CURDIR}/../Makefile.inc)
5.include "${.CURDIR}/../Makefile.inc"
6.endif
7
8.SUFFIXES: .out .o .c .cc .cxx .C .y .l .s .S
9
10CFLAGS+=${COPTS} ${DEBUG_FLAGS}

--- 161 unchanged lines hidden (view full) ---

172.if !defined(NOMAN)
173afterinstall: realinstall maninstall
174.else
175afterinstall: realinstall
176.endif
177realinstall: beforeinstall
178.endif
179
180DISTRIBUTION?= bindist
180DISTRIBUTION?= bin
181.if !target(distribute)
182distribute:
183 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
184.endif
185
186.if !target(lint)
187lint: ${SRCS} _PROGSUBDIR
188.if defined(PROG)

--- 35 unchanged lines hidden ---
181.if !target(distribute)
182distribute:
183 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
184.endif
185
186.if !target(lint)
187lint: ${SRCS} _PROGSUBDIR
188.if defined(PROG)

--- 35 unchanged lines hidden ---