3263364474
PR: 23605 Submitted by: Maintainer
13 lines
372 B
Text
13 lines
372 B
Text
--- src/doconfig/Makefile.orig Sat Dec 16 22:57:15 2000
|
|
+++ src/doconfig/Makefile Sat Dec 16 22:58:25 2000
|
|
@@ -53,7 +53,10 @@
|
|
@echo 'globalcflags = $(GLOBALCFLAGS)'
|
|
@echo 'globallflags = $(GLOBALLFLAGS)'
|
|
$(CC) $(GLOBALCFLAGS) $(DALL) doconfig.c -o doconfig $(GLOBALLFLAGS)
|
|
- ./doconfig
|
|
+ ./doconfig config
|
|
+
|
|
+install: doconfig
|
|
+ ./doconfig install
|
|
|
|
nt: ntdoconfig
|