summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/GNUmakefile
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
commit3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch)
tree16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/isakmpd/GNUmakefile
parentc021608bd50b74de1b8074e336f7adad03b1c7d8 (diff)
rm trailing whitespace
Diffstat (limited to 'sbin/isakmpd/GNUmakefile')
-rw-r--r--sbin/isakmpd/GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/GNUmakefile b/sbin/isakmpd/GNUmakefile
index b61f38d044c..ffd524891ac 100644
--- a/sbin/isakmpd/GNUmakefile
+++ b/sbin/isakmpd/GNUmakefile
@@ -1,4 +1,4 @@
-# $OpenBSD: GNUmakefile,v 1.2 2001/01/28 22:38:47 niklas Exp $
+# $OpenBSD: GNUmakefile,v 1.3 2002/06/09 08:13:06 todd Exp $
#
# Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -126,7 +126,7 @@ DEBUG= -g
# Ignore any files with these names...
.PHONY: mksubdirs all clean cleandir cleandepend beforedepend \
- afterdepend realclean realcleandepend
+ afterdepend realclean realcleandepend
# Default target, it needs to be the first target in makefile... :(
@@ -209,12 +209,12 @@ ${PROG} beforedepend: ${GENERATED}
${PROG}: ${OBJS} ${DPADD}
${CC} ${DEBUG} ${LDFLAGS} ${LDSTATIC} -o $@ ${OBJS} ${LDADD}
-# Depend rules
+# Depend rules
depend: beforedepend .depend mksubdirs afterdepend
@true
# Since 'mkdep' et al maybe doesn't exist...
-MKDEP:= ${CC} -MM
+MKDEP:= ${CC} -MM
.depend: ${SRCS}
@rm -f .depend