NetBSD/gnu/libexec/uucp/Makefile

14 lines
424 B
Makefile
Raw Normal View History

1999-03-29 15:40:36 +04:00
# $NetBSD: Makefile,v 1.6 1999/03/29 11:40:36 kleink Exp $
#
1993-08-04 23:29:38 +04:00
# This is the Makefile for Taylor UUCP
1993-03-21 12:45:37 +03:00
SUBDIR= libunix libuucp libuuconf \
cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
1999-03-29 15:40:36 +04:00
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
1993-03-21 12:45:37 +03:00
1993-08-04 23:29:38 +04:00
.include <bsd.subdir.mk>