diff options
| author | Ulf Lilleengen <lulf@FreeBSD.org> | 2009-03-17 06:54:41 +0000 |
|---|---|---|
| committer | Ulf Lilleengen <lulf@FreeBSD.org> | 2009-03-17 06:54:41 +0000 |
| commit | 9f5c95c82ea1b22c72259ef453c64ed06f599675 (patch) | |
| tree | d1a136c0a474ae2116996173289c0e0a4ddebc29 /usr.bin | |
| parent | ba64e4bc4c1ce6c2670303da56eeb8e9f6c18b5a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/csup/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/csup/Makefile b/usr.bin/csup/Makefile index b37e26153a94..37536fa9a457 100644 --- a/usr.bin/csup/Makefile +++ b/usr.bin/csup/Makefile @@ -13,6 +13,7 @@ SRCS= attrstack.c \ globtree.c \ idcache.c \ keyword.c \ + lex.rcs.c \ lister.c \ main.c \ misc.c \ @@ -20,6 +21,9 @@ SRCS= attrstack.c \ parse.y \ pathcomp.c \ proto.c \ + rcsfile.c \ + rcsparse.c \ + rsyncfile.c \ status.c \ stream.c \ threads.c \ @@ -28,7 +32,7 @@ SRCS= attrstack.c \ CFLAGS+= -I. -I${.CURDIR}/../../contrib/csup CFLAGS+= -DHAVE_FFLAGS -DNDEBUG -WARNS?= 6 +WARNS?= 1 DPADD= ${LIBCRYPTO} ${LIBZ} ${LIBPTHREAD} LDADD= -lcrypto -lz -lpthread |
