blob: de7f9e1602cd8df24a5bfe04a7fa2b7769f50eac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ah,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
--- etc/Makefile.orig Sun May 30 18:49:12 1999
+++ etc/Makefile Sun May 30 18:49:13 1999
@@ -0,0 +1,11 @@
+# $NetBSD: patch-ah,v 1.1.1.1 2000/08/14 04:33:24 itojun Exp $
+
+.PATH: ${.CURDIR}/../conf
+.include "../conf/main.cf"
+
+BINDIR= ${etc_directory}
+FILES= main.cf master.cf aliases
+
+distribution: install
+
+.include <bsd.prog.mk>
|