mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
21 lines
439 B
Plaintext
21 lines
439 B
Plaintext
--- Makefile.orig Sun Sep 25 02:56:46 2005
|
|
+++ Makefile Sun Sep 25 02:57:16 2005
|
|
@@ -6,7 +6,7 @@
|
|
CPPFLAGS = $(CFLAGS)
|
|
|
|
LIBS = -L/usr/local/lib -lSockets \
|
|
- -lssl -lcrypto -luuid -lpthread
|
|
+ -lssl -lcrypto -lSockets
|
|
|
|
PROGS = minder
|
|
all: $(PROGS)
|
|
@@ -21,7 +21,7 @@
|
|
rm -f *.o *~ *.d slask $(PROGS)
|
|
|
|
install: all
|
|
- install --strip $(PROGS) /usr/local/bin
|
|
+ @${BSD_INSTALL_PROGRAM} $(PROGS) /usr/local/bin
|
|
|
|
-include *.d
|
|
|