mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
PR: ports/147101 Submitted by: pgollucci@ (myself) Approved by: mk@neon1.net (maintainer)
11 lines
363 B
Text
11 lines
363 B
Text
--- ./src/Makefile.orig 2010-05-26 18:53:55.551506119 -0400
|
|
+++ ./src/Makefile 2010-05-26 18:54:21.855222621 -0400
|
|
@@ -9,7 +9,7 @@
|
|
$(APXS) -c -Wc,"-Wall -ansi $(CFLAGS)" -Wl,"$(LDFLAGS)" -l crypto $(MOD).c
|
|
|
|
install: $(TARGET)
|
|
- $(APXS) -i $(TARGET)
|
|
+ $(APXS) -i -a -n auth_pubtkt $(TARGET)
|
|
|
|
clean:
|
|
-rm -f $(MOD).o $(MOD).so $(MOD).la $(MOD).lo $(MOD).slo
|