diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-08-29 22:10:33 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-08-29 22:10:33 +0000 |
commit | e12d7ce2accdcc1603fe5c17d926c11235a6bda9 (patch) | |
tree | 2dbcbaae41820f68f7feb0132235b7aad8c9b884 /Makefile | |
parent | 15a24c173ca1929dcc29be21dd962e128804da16 (diff) |
remove ancient cruft.
okay deraadt@
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.117 2011/09/17 16:59:53 pirofti Exp $ +# $OpenBSD: Makefile,v 1.118 2012/08/29 22:10:32 espie Exp $ # # For more information on building in tricky environments, please see @@ -49,11 +49,9 @@ SUBDIR+= kerberosV SUBDIR+= distrib regress .endif -.if exists(regress) regression-tests: @echo Running regression tests... @cd ${.CURDIR}/regress && ${MAKE} depend && exec ${MAKE} regress -.endif includes: cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes |