bc4c5be2bf
These programs are no longer setuid, and now lock devices with flock, not file locks in /var/spool/. They will no longer lock against UUCP itself unless we modify UUCP to lock with flock, but this seems highly unlikely to be an issue in the present day.
10 lines
249 B
Makefile
10 lines
249 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/04/03 02:21:13 tls Exp $
|
|
#
|
|
# This is the Makefile for Taylor UUCP
|
|
|
|
SUBDIR= libunix libuucp libuuconf doc .WAIT \
|
|
uuchk uucico uuconv uucp uulog uuname uupick uusched \
|
|
uustat uuto uux uuxqt
|
|
|
|
.include <bsd.subdir.mk>
|