blob: 77db0e7bcb868c0c00fd6505b3c3df99f238ee42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- modemcap/Makefile.orig Tue Sep 10 03:08:00 1996
+++ modemcap/Makefile Tue Mar 3 17:21:39 1998
@@ -1,6 +1,9 @@
MAN5=modemcap.0
MAN=modemcap.5
+FILES=modemcap
+FILESDIR=$(LOCALBASE)/share/examples/modemd
+
.SUFFIXES: .8 .7 .6 .5 .4 .3 .2 .1 .0 .ps
.8.0 .7.0 .6.0 .5.0 .4.0 .3.0 .2.0 .1.0:
@@ -9,9 +12,7 @@
all: ${MAN5}
.include "../Makefile.inc"
-.include <bsd.man.mk>
-
-install: maninstall
+.include <bsd.prog.mk>
clean:
rm ${MAN5}
|