blob: ad25c3f180e425465160701c277aa7fcc6d62685 (
plain)
1
2
3
4
5
6
7
8
9
|
# This is the Makefile for Taylor UUCP
# $Id: Makefile,v 1.2 1996/12/08 22:39:31 tholo Exp $
SUBDIR= libunix libuucp libuuconf \
cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
uustat uuto uux uuxqt \
sample
.include <bsd.subdir.mk>
|