]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gnu/libexec/uucp/libuuconf/Makefile
This commit was generated by cvs2svn to compensate for changes in r54820,
[FreeBSD/FreeBSD.git] / gnu / libexec / uucp / libuuconf / Makefile
1 # This is the Makefile for the Taylor UUCP uuconf library
2 # $FreeBSD$
3
4 LIB=            uuconf
5 SRCS = addblk.c addstr.c allblk.c alloc.c base.c bool.c callin.c \
6         calout.c chatc.c cmdarg.c cmdfil.c cmdlin.c debfil.c deblev.c \
7         diacod.c dial.c diasub.c dnams.c errno.c errstr.c filnam.c \
8         freblk.c fredia.c free.c freprt.c fresys.c grdcmp.c hdial.c \
9         hdnams.c hinit.c hlocnm.c hport.c hrmunk.c hsinfo.c hsnams.c \
10         hsys.c hunk.c iniglb.c init.c int.c lckdir.c lineno.c llocnm.c \
11         local.c locnm.c logfil.c maxuxq.c mrgblk.c paramc.c port.c \
12         prtsub.c pubdir.c rdlocs.c rdperm.c reliab.c remunk.c runuxq.c \
13         sinfo.c snams.c split.c spool.c stafil.c strip.c syssub.c \
14         tcalou.c tdial.c tdialc.c tdnams.c tgcmp.c thread.c time.c \
15         tinit.c tlocnm.c tport.c tportc.c tsinfo.c tsnams.c tsys.c \
16         tval.c ugtlin.c unk.c val.c vinit.c vport.c vsinfo.c vsnams.c \
17         vsys.c
18 CFLAGS+=        -I$(.CURDIR)/../common_sources \
19                 -DNEWCONFIGLIB=\"$(newconfigdir)\"\
20                 -DOLDCONFIGLIB=\"$(oldconfigdir)\"
21
22 NOMAN=          noman
23 NOPROFILE=      noprofile
24
25 install:
26
27 .include <bsd.lib.mk>