diff options
| author | matt <matt@NetBSD.org> | 2007-02-26 00:17:37 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2007-02-26 00:17:37 +0000 |
| commit | c77dd0a2cb57ded8539e7d41bf199f0e654b615c (patch) | |
| tree | 6c21d85ff181dabd6f2d63f5478d4cf5824af40e /usr.bin/time | |
| parent | ade480cf0b84667cdcccf5c5722b769b99c5f45e (diff) | |
.include <bsd.own.mk>
Diffstat (limited to 'usr.bin/time')
| -rw-r--r-- | usr.bin/time/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/time/Makefile b/usr.bin/time/Makefile index f93855d8a28..2ef34091e0f 100644 --- a/usr.bin/time/Makefile +++ b/usr.bin/time/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2007/02/24 21:30:27 matt Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/26 00:17:37 matt Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +.include <bsd.own.mk> + WARNS=2 CPPFLAGS+= -DNOT_CSH CPPFLAGS+= -I. -I${NETBSDSRCDIR}/bin |
