artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
770cf53
)
No more setargs.c.
author
downsj
<downsj@openbsd.org>
Sun, 27 Apr 1997 13:03:11 +0000
(13:03 +0000)
committer
downsj
<downsj@openbsd.org>
Sun, 27 Apr 1997 13:03:11 +0000
(13:03 +0000)
usr.bin/rdistd/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/rdistd/Makefile
b/usr.bin/rdistd/Makefile
index
610dfa1
..
7d9c0cf
100644
(file)
--- 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\"