summaryrefslogtreecommitdiff
path: root/security/identify/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/identify/files/patch-Makefile')
-rw-r--r--security/identify/files/patch-Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/security/identify/files/patch-Makefile b/security/identify/files/patch-Makefile
new file mode 100644
index 000000000000..40a923b1a659
--- /dev/null
+++ b/security/identify/files/patch-Makefile
@@ -0,0 +1,16 @@
+--- Makefile.orig Mon Jul 20 09:01:27 1992
++++ Makefile Fri Apr 2 10:50:40 1999
+@@ -1,2 +1,11 @@
+-identify: identify.c
+- $(CC) -o identify identify.c -lauthuser
++
++CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
++
++all: identify
++
++install: identify
++ install identify ${PREFIX}/libexec
++ install README ${PREFIX}/share/doc/identify
++
++identify: identify.o
++ $(CC) $(CFLAGS) -o identify identify.o -lident