summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2014-07-09 19:23:29 +0000
committerMarc Espie <espie@cvs.openbsd.org>2014-07-09 19:23:29 +0000
commitee5ab095e096a7910804f90b565dac8cceb22023 (patch)
treecb96d8dee95ee1eba627b2393670a3edc2578dce /Makefile
parent7a4a8ea771759c07efd8f5e2381ab4240e980340 (diff)
do locatedb as part of the build process
"works for me" deraadt@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29bed8bb5be..c82d992fca1 100644
--- a/Makefile
+++ b/Makefile
@@ -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