diff options
| author | lukem <lukem@NetBSD.org> | 2001-01-09 03:13:39 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-01-09 03:13:39 +0000 |
| commit | 443a19e0350fe5510e499e504ba580cc2a4c5fa0 (patch) | |
| tree | 15a4e4877b50a07072cee495697bd0c83a3e3678 /gnu/libexec | |
| parent | 6378ac40ee5b74df68862692a59ba8bf82ba70a8 (diff) | |
convert to using .WAIT
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/libexec/uucp/Makefile b/gnu/libexec/uucp/Makefile index 1feb90d7eee..8ed324a653f 100644 --- a/gnu/libexec/uucp/Makefile +++ b/gnu/libexec/uucp/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.6 1999/03/29 11:40:36 kleink Exp $ +# $NetBSD: Makefile,v 1.7 2001/01/09 03:13:40 lukem Exp $ # # This is the Makefile for Taylor UUCP -SUBDIR= libunix libuucp libuuconf \ +SUBDIR= libunix libuucp libuuconf doc .WAIT \ cu uuchk uucico uuconv uucp uulog uuname uupick uusched \ - uustat uuto uux uuxqt doc - -all-cu all-uuchk all-uucico all-uuconv all-uucp all-uulog all-uuname \ -all-uupick all-uusched all-uustat all-uuto all-uux all-uuxqt: \ - all-libunix all-libuucp all-libuuconf + uustat uuto uux uuxqt .include <bsd.subdir.mk> |
