summaryrefslogtreecommitdiff
path: root/net/spegla/patches/patch-aa
blob: 2346a4f29aeb897e176768a4a931d380e931655f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.3 1999/11/25 19:46:20 tron Exp $
--- Makefile-orig	Mon Oct 25 20:10:31 1999
+++ Makefile	Thu Nov 25 19:47:56 1999
@@ -8,7 +8,15 @@
 SRCS= jftp.c parserow.c spegla.c tgetopt.c container.c spf_util.c	\
 		que_syms.c e_err.c strlcpy.c
 
-MAN= spegla.1 strlcpy.3
+MAN= spegla.1
+
+FILES= spegla.sh spegla.conf
+FILESDIR= ${PREFIX}/share/examples/spegla
+
+filesinstall:: ${PREFIX}/share/examples/spegla
+
+${PREFIX}/share/examples/spegla: 
+	mkdir -p ${PREFIX}/share/examples/spegla
 
 #WARNS= 2
 CFLAGS+= -Wall