xref: /csrg-svn/usr.bin/uucp/libuu/Makefile (revision 62385)
1#	@(#)Makefile	8.1 (Berkeley) 06/06/93
2
3LIB=	uu
4CFLAGS+=-I${.CURDIR}/../includes
5SRCS=	anlwrk.c anyread.c cfgets.c chkpth.c cpmv.c expfile.c gename.c \
6	getargs.c getprm.c getpwinfo.c gnxseq.c lastpart.c logent.c \
7	mailst.c prefix.c setline.c subdir.c sysacct.c systat.c ulockf.c \
8	uucpdefs.c uucpname.c versys.c xqt.c
9NOPROFILE=noprofile
10
11install:
12
13.include <bsd.lib.mk>
14