10 lines
258 B
Makefile
10 lines
258 B
Makefile
# This is the Makefile for Taylor UUCP
|
|
# $Id: Makefile,v 1.2 1993/10/14 12:17:57 rgrimes Exp $
|
|
|
|
SUBDIR= libunix libuucp libuuconf \
|
|
doc sample \
|
|
cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
|
|
uustat uuto uux uuxqt
|
|
|
|
.include <bsd.subdir.mk>
|