summaryrefslogtreecommitdiff
path: root/security/identify/files/patch-Makefile
blob: 801f252555aa3ada0bb4b8f8cdf4bb2506f00a38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile.orig	1992-07-20 16:01:27 UTC
+++ Makefile
@@ -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