mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
257 B
Makefile
10 lines
257 B
Makefile
# This is the Makefile for Taylor UUCP
|
|
# $FreeBSD$
|
|
|
|
# subdir 'sample' called by /usr/src/etc/Makefile
|
|
SUBDIR= libunix libuucp libuuconf \
|
|
doc \
|
|
cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
|
|
uustat uuto uux uuxqt
|
|
|
|
.include <bsd.subdir.mk>
|