summaryrefslogtreecommitdiff
path: root/kerberosIV/ss
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 07:21:34 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 07:21:34 +0000
commit84825d4f29a39415000bc64fe323b9fdc2ce9a0b (patch)
tree52e3757386e9ab09bb83ab31535a071cc4a7ac02 /kerberosIV/ss
parent97548ea6b6ae9322fb78df90b7633d40df4e11df (diff)
Use "includes" target to install include files
Diffstat (limited to 'kerberosIV/ss')
-rw-r--r--kerberosIV/ss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/ss/Makefile b/kerberosIV/ss/Makefile
index 0866f41e542..acc299027d1 100644
--- a/kerberosIV/ss/Makefile
+++ b/kerberosIV/ss/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/12/17 18:20:20 tholo Exp $
+# $Id: Makefile,v 1.3 1996/06/02 07:21:33 tholo Exp $
LIB= ss
SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \
@@ -18,7 +18,7 @@ std_rqs.c: ${.CURDIR}/std_rqs.ct
${MK_CMDS} std_rqs.ct
-test -h std_rqs.ct && rm std_rqs.ct
-beforeinstall:
+includes: ss_err.h
-cd ${.OBJDIR}; \
if [ -f ss_err.h ]; then \
cmp -s ss_err.h ${DESTDIR}/usr/include/ss/ss_err.h || \