diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-21 23:30:31 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-21 23:30:31 +0000 |
| commit | 1253de3840bc098146da723a7dac6cd8fa7d9075 (patch) | |
| tree | 41884deea79f1c13df431b92dd1f7fc97ba6882c /lib/libss | |
| parent | a6066145ffb13e732271d9f95832f45d05c92711 (diff) | |
Notes
Diffstat (limited to 'lib/libss')
| -rw-r--r-- | lib/libss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libss/Makefile b/lib/libss/Makefile index c0d81045d6e9..b82b54ab0ec6 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1995/01/19 22:28:35 wollman Exp $ LIB= ss SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \ @@ -15,7 +15,7 @@ ss_err.h ss_err.c: ss_err.et std_rqs.c: std_rqs.ct test -e std_rqs.ct || ln -s ${.CURDIR}/std_rqs.ct . mk_cmds std_rqs.ct - ln -s ${.CURDIR} ss + test -e ss || ln -s ${.CURDIR} ss beforeinstall: -cd ${.CURDIR}; cmp -s ss.h ${DESTDIR}/usr/include/ss/ss.h || \ |
