mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
Additionally: * add additional MASTER_SITES * add license info * rework patches (make makepach) PR: 244638 Submitted by: portmaster@bsdforge.com Approved by: douglas@t2web.com.br (maintainer, timeout)
11 lines
247 B
Text
11 lines
247 B
Text
--- Makefile.in.orig 2005-01-26 04:15:06 UTC
|
|
+++ Makefile.in
|
|
@@ -2,7 +2,7 @@ LIBS=@LIBS@
|
|
CFLAGS=-O3 -Wall -include config.h
|
|
CC=@CC@
|
|
|
|
-ALL: bnc mkpasswd
|
|
+all: bnc mkpasswd
|
|
|
|
mkpasswd:mkpasswd.c
|
|
${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS}
|