mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
3263364474
PR: 23605 Submitted by: Maintainer
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
--- 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
|