Deleted Added
full compact
kmod.mk (5339) kmod.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.kmod.mk,v 1.5 1994/12/28 03:50:46 ache Exp $
2# $Id: bsd.kmod.mk,v 1.6 1995/01/01 21:11:55 bde 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
10#

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

96.if !defined(NOMAN)
97afterinstall: realinstall maninstall
98.else
99afterinstall: realinstall
100.endif
101realinstall: beforeinstall
102.endif
103
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
10#

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

96.if !defined(NOMAN)
97afterinstall: realinstall maninstall
98.else
99afterinstall: realinstall
100.endif
101realinstall: beforeinstall
102.endif
103
104DISTRIBUTION?= bindist
104DISTRIBUTION?= bin
105.if !target(distribute)
106distribute:
107 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
108.endif
109
110.if !target(obj)
111.if defined(NOOBJ)
112obj: _PROGSUBDIR

--- 45 unchanged lines hidden ---
105.if !target(distribute)
106distribute:
107 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
108.endif
109
110.if !target(obj)
111.if defined(NOOBJ)
112obj: _PROGSUBDIR

--- 45 unchanged lines hidden ---