diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2011-01-27 12:31:08 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2011-01-27 12:31:08 +0000 |
commit | 775531afda12f4bbe8a0140f95791f9f732304e1 (patch) | |
tree | 44f035ac06442b68153255e8439e082fae12fae3 | |
parent | 71c65ab2502926fbc4d97e07e4f5eb25379bca18 (diff) |
fix realclean target
-rw-r--r-- | usr.sbin/nsd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nsd/Makefile.in b/usr.sbin/nsd/Makefile.in index 38cda0bc191..dd9f19978e9 100644 --- a/usr.sbin/nsd/Makefile.in +++ b/usr.sbin/nsd/Makefile.in @@ -377,7 +377,7 @@ clean: rm -f $(TARGETS) realclean: clean - rm -f Makefile config.h config.h.in config.log config.status configure + rm -f Makefile config.h config.log config.status configure rm -rf autom4te* rm -f zlexer.c zparser.h zparser.c zparser.stamp rm -f configlexer.c configparser.h configparser.c configparser.stamp |