diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-11-21 03:08:45 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-11-21 03:08:45 +0000 |
commit | 8a2c5dd930b14ae2d9a2573ee81d9746ed9627d9 (patch) | |
tree | d9aa99b6ed52dd215d5fbcf78d572a9f4f943947 /share/mk/bsd.nls.mk | |
parent | 562bb6422d25bf30ccf71eaa1b16e0cb467da24f (diff) |
Remove include of ${.CURDIR}/../Makefile.inc as it has already been
included before this makefile is included. No negative comments
after putting the diff out for review several times.
Diffstat (limited to 'share/mk/bsd.nls.mk')
-rw-r--r-- | share/mk/bsd.nls.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/mk/bsd.nls.mk b/share/mk/bsd.nls.mk index d30f0833811..0e45441225b 100644 --- a/share/mk/bsd.nls.mk +++ b/share/mk/bsd.nls.mk @@ -1,11 +1,7 @@ -# $OpenBSD: bsd.nls.mk,v 1.5 1997/04/27 21:38:31 millert Exp $ +# $OpenBSD: bsd.nls.mk,v 1.6 2002/11/21 03:08:44 marc Exp $ # $NetBSD: bsd.nls.mk,v 1.2 1995/04/27 18:05:38 jtc Exp $ .if !target(.MAIN) -.if exists(${.CURDIR}/../Makefile.inc) -.include "${.CURDIR}/../Makefile.inc" -.endif - .MAIN: all .endif |