33ccb0ca82
allow building of a binary package and deinstallation (as advertized :)
13 lines
417 B
Text
13 lines
417 B
Text
$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,
|