diff options
| author | lukem <lukem@NetBSD.org> | 2003-10-26 03:49:39 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-10-26 03:49:39 +0000 |
| commit | 414f1003f002a58258e4e7e1f12e134d36dd28e4 (patch) | |
| tree | 167cc8ab2426e899272581376a89f45fbd9c6528 /gnu | |
| parent | 1d866c249620e3f56f62d98550e5a8124ded9cea (diff) | |
don't need to set SHELL=/bin/sh
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/Makefile.inc b/gnu/usr.bin/groff/Makefile.inc index 9f98c9a335b..d7acbc2faf2 100644 --- a/gnu/usr.bin/groff/Makefile.inc +++ b/gnu/usr.bin/groff/Makefile.inc @@ -1,9 +1,8 @@ -# $NetBSD: Makefile.inc,v 1.9 2003/10/21 10:01:20 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.10 2003/10/26 03:49:39 lukem Exp $ # $FreeBSD: src/gnu/usr.bin/groff/Makefile.inc,v 2.7 2003/05/01 13:22:18 ru Exp $ BINDIR?= /usr/bin -SHELL= /bin/sh ECHO= echo # Define `page' to be letter if your PostScript printer uses 8.5x11 |
