NetBSD/gnu/libexec/uucp/Makefile

16 lines
327 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
#
1993-08-04 23:29:38 +04:00
# This is the Makefile for Taylor UUCP
1993-03-21 12:45:37 +03:00
#
1993-08-04 23:29:38 +04:00
SUBDIR= libunix libuucp libuuconf \
cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
uustat uuto uux uuxqt
1993-03-21 12:45:37 +03:00
1993-08-04 23:29:38 +04:00
owner= uucp
1993-03-21 12:45:37 +03:00
1993-08-04 23:29:38 +04:00
beforeinstall:
install -d -o ${owner} ${DESTDIR}/var/spool/uucp
install -d -o ${owner} ${DESTDIR}/var/spool/uucppublic
1993-03-21 12:45:37 +03:00
1993-08-04 23:29:38 +04:00
.include <bsd.subdir.mk>