mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
$NetBSD: patch-ad,v 1.4 2015/05/20 13:26:45 ryoon Exp $
|
|
|
|
We install init scripts ourselves.
|
|
--- Makefile.orig 2015-03-31 20:50:58.000000000 +0000
|
|
+++ Makefile
|
|
@@ -20,9 +20,6 @@ install-bin:
|
|
install-etc:
|
|
cd etc $(AND) $(MAKE) install
|
|
|
|
-install-init:
|
|
- cd init $(AND) $(MAKE) install
|
|
-
|
|
install-man:
|
|
cd man $(AND) $(MAKE) install
|
|
|