diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-08 19:11:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-08 19:11:07 +0000 |
commit | fe20a59c2f21da8587f57d524d1e231bcbb40838 (patch) | |
tree | 5443651e9bdfa49ff1836a41e006395db1ffbe99 /sbin/isakmpd/GNUmakefile | |
parent | 1499b7cac95c6a5e2e57f6179505336da5eabe2d (diff) |
spacing
Diffstat (limited to 'sbin/isakmpd/GNUmakefile')
-rw-r--r-- | sbin/isakmpd/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/GNUmakefile b/sbin/isakmpd/GNUmakefile index 9551b94ceb1..ef8982760d4 100644 --- a/sbin/isakmpd/GNUmakefile +++ b/sbin/isakmpd/GNUmakefile @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile,v 1.8 2004/08/02 15:30:33 ho Exp $ +# $OpenBSD: GNUmakefile,v 1.9 2004/08/08 19:11:06 deraadt Exp $ # # Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -131,7 +131,7 @@ all: ${PROG} mksubdirs ifneq ($(findstring install,$(MAKECMDGOALS)),install) # Skip 'regress' until the regress/ structure has gmake makefiles for it. #SUBDIR:= regress -SUBDIR:= +SUBDIR:= mksubdirs: $(foreach DIR, ${SUBDIR}, \ cd ${DIR}; ${MAKE} ${MAKEFLAGS} CFLAGS="${CFLAGS}" \ |