Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk .PHONY cleanlnfiles



details:   https://anonhg.NetBSD.org/src/rev/a28d82bf6f5a
branches:  trunk
changeset: 551267:a28d82bf6f5a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Sep 03 07:09:39 2003 +0000

description:
.PHONY  cleanlnfiles

diffstat:

 share/mk/bsd.files.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9c90fe0958fd -r a28d82bf6f5a share/mk/bsd.files.mk
--- a/share/mk/bsd.files.mk     Wed Sep 03 05:40:12 2003 +0000
+++ b/share/mk/bsd.files.mk     Wed Sep 03 07:09:39 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.files.mk,v 1.22 2003/09/03 05:38:09 lukem Exp $
+#      $NetBSD: bsd.files.mk,v 1.23 2003/09/03 07:09:39 lukem Exp $
 
 .if !defined(_BSD_FILES_MK_)
 _BSD_FILES_MK_=1
@@ -69,6 +69,7 @@
 
 realall: ${LNFILES.t}
 
+.PHONY:   cleanlnfiles
 cleandir: cleanlnfiles
 cleanlnfiles:
        rm -f ${LNFILES.t}



Home | Main Index | Thread Index | Old Index