diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2014-07-09 19:23:29 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2014-07-09 19:23:29 +0000 |
commit | ee5ab095e096a7910804f90b565dac8cceb22023 (patch) | |
tree | cb96d8dee95ee1eba627b2393670a3edc2578dce /Makefile | |
parent | 7a4a8ea771759c07efd8f5e2381ab4240e980340 (diff) |
do locatedb as part of the build process
"works for me" deraadt@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.121 2014/04/22 10:21:56 reyk Exp $ +# $OpenBSD: Makefile,v 1.122 2014/07/09 19:23:28 espie Exp $ # # For more information on building in tricky environments, please see @@ -60,6 +60,7 @@ beforeinstall: afterinstall: .ifndef NOMAN cd ${.CURDIR}/share/man && exec ${MAKE} makedb + cd ${.CURDIR}/distrib/sets && exec ${MAKE} makedb .endif .ifdef DESTDIR |