1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/poppassd/files/patch-aa

17 lines
315 B
Plaintext
Raw Normal View History

--- Makefile.orig Sun Nov 3 15:27:42 1996
+++ Makefile Sun Nov 3 15:31:27 1996
@@ -1,11 +1,11 @@
-BINDIR = /usr/etc
+BINDIR = ${PREFIX}/libexec
LIBDIR =
CFLAGS = -g
LFLAGS = -g
CCM = cc -Em
OBJECTS = poppassd.o
-LIBS =
+LIBS = -lcrypt
poppassd: $(OBJECTS)
cc -o poppassd $(LFLAGS) $(OBJECTS) $(LIBS)