diff options
author | wosch <wosch@FreeBSD.org> | 1998-05-06 16:53:53 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-05-06 16:53:53 +0000 |
commit | 3329d1e567dd27b051adf58bc5ee31f93e28e909 (patch) | |
tree | 7e9cf93ccda429c245836a9b2f04fd4c2e2906c0 /share | |
parent | 196c9f6d89ff0fcec0be82613b9ab61e81677776 (diff) | |
download | FreeBSD-src-3329d1e567dd27b051adf58bc5ee31f93e28e909.zip FreeBSD-src-3329d1e567dd27b051adf58bc5ee31f93e28e909.tar.gz |
Delete stale comment.
Pointed out by: bde
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.subdir.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index 4a95b5d..1b712d4 100644 --- a/share/mk/bsd.subdir.mk +++ b/share/mk/bsd.subdir.mk @@ -1,10 +1,8 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 -# $Id: bsd.subdir.mk,v 1.22 1998/03/26 16:02:44 eivind Exp $ +# $Id: bsd.subdir.mk,v 1.23 1998/03/29 01:10:09 eivind Exp $ # # The include file <bsd.subdir.mk> contains the default targets -# for building subdirectories. It has the same seven targets -# as <bsd.prog.mk>: -# all, clean, cleandir, depend, install, lint, and tags. +# for building subdirectories. # # For all of the directories listed in the variable SUBDIRS, the # specified directory will be visited and the target made. There is |