50f082e0f4
Put the old patch-ab into patch-aa and use patch-ab for Solaris patches.
25 lines
852 B
Text
25 lines
852 B
Text
$NetBSD: patch-aa,v 1.12 2000/07/26 15:09:25 veego Exp $
|
|
|
|
--- devtools/OS/NetBSD-orig Fri Apr 28 07:46:10 2000
|
|
+++ devtools/OS/NetBSD Wed Jul 26 13:05:56 2000
|
|
@@ -3,13 +3,15 @@
|
|
define(`confENVDEF', ` -DNETISO')
|
|
define(`confDEPEND_TYPE', `CC-M')
|
|
define(`confSTDIO_TYPE', `torek')
|
|
-define(`confSBINGRP', `wheel')
|
|
-define(`confUBINOWN', `root')
|
|
-define(`confUBINGRP', `wheel')
|
|
-define(`confMANOWN', `root')
|
|
-define(`confMANGRP', `wheel')
|
|
+define(`confSBINOWN', `${BSD_BINOWN}')
|
|
+define(`confSBINGRP', `${BSD_BINGRP}')
|
|
+define(`confUBINOWN', `${BSD_BINOWN}')
|
|
+define(`confUBINGRP', `${BSD_BINGRP}')
|
|
+define(`confMANOWN', `${BSD_MANOWN}')
|
|
+define(`confMANGRP', `${BSD_MANGRP}')
|
|
define(`confMAN1EXT', `0')
|
|
define(`confMAN3EXT', `0')
|
|
define(`confMAN4EXT', `0')
|
|
define(`confMAN5EXT', `0')
|
|
define(`confMAN8EXT', `0')
|
|
+define(`confLDOPTS', `${LDFLAGS}')
|