diff options
| author | mrg <mrg@NetBSD.org> | 2003-07-01 12:29:08 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2003-07-01 12:29:08 +0000 |
| commit | 314a2bbe7aa28e161e01129ec6dd764ceb838a40 (patch) | |
| tree | 401264dc09cb61f4edec57838ed649785cfde4e6 /gnu/usr.bin | |
| parent | 9badb7d5a5fdd977e4c05421b13d792ab9261721 (diff) | |
add .WAIT after libs...
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/groff/src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/src/Makefile b/gnu/usr.bin/groff/src/Makefile index 75a8732ecf6..96148bd02e3 100644 --- a/gnu/usr.bin/groff/src/Makefile +++ b/gnu/usr.bin/groff/src/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/06/30 18:47:47 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/01 12:29:08 mrg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/Makefile,v 1.1 2001/04/17 12:37:02 ru Exp $ -SUBDIR= libs devices preproc roff utils +SUBDIR= libs .WAIT devices preproc roff utils .include <bsd.subdir.mk> |
