mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
2be7bbe1ea
PR: 27641 No Response: maintainer Submitted by: scorpio@drkshdw.org
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
--- Makefile.in.orig Fri Jun 15 14:29:22 2001
|
|
+++ Makefile.in Fri Jun 15 14:29:40 2001
|
|
@@ -6,7 +6,7 @@
|
|
STRIP = strip
|
|
CC = gcc
|
|
|
|
-ALL: bnc mkpasswd
|
|
+all: bnc mkpasswd
|
|
|
|
mkpasswd:mkpasswd.c
|
|
${CC} ${OPTS} ${COPT} ${LIBS} -o mkpasswd mkpasswd.c
|