blob: 7c62de00be22d5ef0c7f0a5fc57d487bfc1af1a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.3 2000/01/13 17:31:16 hubertf Exp $
--- Makefile.BAK Thu Jan 13 18:05:29 2000
+++ Makefile Thu Jan 13 18:05:54 2000
@@ -30,7 +30,7 @@
FILESNAME_dot.cshrc= .cshrc
FILESNAME_dot.login= .login
FILESNAME_dot.profile= .profile
-FILESDIR= /usr/share/examples/usermgmt
+FILESDIR?= /usr/share/examples/usermgmt
.endif
# this target checks the built-in default group, and, if it doesn't exist,
|