diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1995-03-15 01:33:05 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1995-03-15 01:33:05 +0000 |
| commit | b337d29402f57b28e4acfd2216af89777f06a76e (patch) | |
| tree | bf6174eb6c11df19d331c8ddd15ab1a29158d7d2 /lib/libss | |
| parent | e8f1ce6f5a213fac6d32e0d63a69518ccec292dc (diff) | |
Notes
Diffstat (limited to 'lib/libss')
| -rw-r--r-- | lib/libss/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libss/Makefile b/lib/libss/Makefile index 599bd1f01571..1d2a0a5ac8f6 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1995/02/08 21:11:39 bde Exp $ +# $Id: Makefile,v 1.5 1995/02/12 02:35:35 phk Exp $ LIB= ss SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \ @@ -24,6 +24,10 @@ std_rqs.c: ${.CURDIR}/std_rqs.ct -test -h std_rqs.ct && rm std_rqs.ct beforeinstall: + -if [ ! -d ${DESTDIR}/usr/include/ss ]; then \ + rm -fr ${DESTDIR}/usr/include/ss && \ + mkdir ${DESTDIR}/usr/include/ss; \ + fi -cd ${.CURDIR}; cmp -s ss.h ${DESTDIR}/usr/include/ss/ss.h || \ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ss.h \ ${DESTDIR}/usr/include/ss |
