diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-27 13:03:12 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-27 13:03:12 +0000 |
commit | ba7200a936ee7ccb2b40de8e3a62a57f4a8213a7 (patch) | |
tree | 33d0dac8ba0b6c76ad6188381a24181a5c8fb6ab /usr.bin | |
parent | 3732b94a837ea7489ea6a07bbe6ca0fb016b68e7 (diff) |
No more setargs.c.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rdistd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdistd/Makefile b/usr.bin/rdistd/Makefile index 610dfa12cc7..7d9c0cf7d62 100644 --- a/usr.bin/rdistd/Makefile +++ b/usr.bin/rdistd/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:38:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1997/04/27 13:03:11 downsj Exp $ PROG= rdistd -SRCS= common.c filesys-os.c filesys.c message.c rdistd.c server.c setargs.c +SRCS= common.c filesys-os.c filesys.c message.c rdistd.c server.c .PATH: ${.CURDIR}/../rdist CFLAGS+=-I${.CURDIR}/../rdist -DOS_H=\"os-openbsd.h\" |