diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-31 23:31:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-08-31 23:31:31 +0000 |
commit | 693600f2677cbd6e1c4522bbb651baac421b019b (patch) | |
tree | a8f8bb08ab229134631cb1f999a9c329dbb211bc /usr.bin/rdist/Makefile | |
parent | c2d23c9048ff7b007a809135fd6bfd4c74b10808 (diff) |
Don't need signal.c since we have standard signals...
Diffstat (limited to 'usr.bin/rdist/Makefile')
-rw-r--r-- | usr.bin/rdist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile index 164a248edcd..8fa4637c1a2 100644 --- a/usr.bin/rdist/Makefile +++ b/usr.bin/rdist/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 1997/09/21 11:50:32 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2001/08/31 23:31:30 millert Exp $ PROG= rdist CFLAGS+=-I. -DOS_H=\"os-openbsd.h\" SRCS= gram.y child.c client.c common.c distopt.c docmd.c expand.c \ - isexec.c lookup.c message.c rdist.c signal.c + isexec.c lookup.c message.c rdist.c CLEANFILES+=gram.c y.tab.h LDADD= -lcompat |