summaryrefslogtreecommitdiff
path: root/sysutils/crashme/patches/patch-aa
blob: 5f4521fb8fb87a3279c167b0ab390ecad270d831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 1998/08/07 11:14:04 agc Exp $

--- 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