forked from Lainports/opnsense-ports
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}
|