summaryrefslogtreecommitdiff
path: root/sysutils/crashme/patches/patch-aa
blob: 12e48618edd75e5f772e33e0739d1b90fd75e3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
--- makefile	1997/11/14 09:49:34	1.1
+++ makefile	1997/11/14 09:51:01
@@ -10,3 +10,8 @@
 pddet.o: pddet.c
 	cc -c pddet.c
 
+
+install: crashme pddet
+	${INSTALL} -c -m 0755 crashme ${PREFIX}/sbin/crashme
+	${INSTALL} -c -m 0755 pddet ${PREFIX}/sbin/pddet
+	${INSTALL} -c -m 0444 crashme.1 ${PREFIX}/man/man1