diff options
author | pst <pst@FreeBSD.org> | 1994-09-29 21:20:12 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-29 21:20:12 +0000 |
commit | cdac251a2ea7d9193b88f19de0da43209252e9e6 (patch) | |
tree | 888fbe368c075d6317e0fba642d8e0846098b191 | |
parent | a228caab3dd814fe0ac14cc6f1623adb7197a986 (diff) | |
download | FreeBSD-src-cdac251a2ea7d9193b88f19de0da43209252e9e6.zip FreeBSD-src-cdac251a2ea7d9193b88f19de0da43209252e9e6.tar.gz |
make includes needs to do a beforeinstall in libskey
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.21 1994/09/23 09:00:35 rgrimes Exp $ +# $Id: Makefile,v 1.22 1994/09/29 13:06:46 csgr Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include and MOST of /usr/lib @@ -183,6 +183,7 @@ includes: cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall libraries: @echo "--------------------------------------------------------------" |