SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
net/nsping/patches/patch-Makefile
Normal file
17
net/nsping/patches/patch-Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- Makefile.orig Mon Nov 24 02:56:28 1997
|
||||
+++ Makefile Sat Feb 23 17:23:03 2002
|
||||
@@ -1,4 +1,4 @@
|
||||
-CFLAGS= -g
|
||||
+#CFLAGS= -g
|
||||
#Solaris
|
||||
#CFLAGS= -g -Dsys5
|
||||
LDFLAGS=
|
||||
@@ -10,6 +10,8 @@ TARGET= nsping
|
||||
OBJS= nsping.o dns-lib.o dns-rr.o
|
||||
SRCS= nsping.c dns-lib.c dns-rr.c
|
||||
HEADERS= nsping.h dns-lib.h dns-rr.h
|
||||
+
|
||||
+all: ${TARGET}
|
||||
|
||||
${TARGET} : ${OBJS}
|
||||
${CC} ${CFLAGS} -o ${TARGET} ${OBJS} ${LDFLAGS} ${LIBS}
|
Loading…
Add table
Add a link
Reference in a new issue