diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-22 06:59:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-22 06:59:40 +0000 |
commit | ce513b9ea5f11e15aa04e3a5ad45ee23cf7d55f5 (patch) | |
tree | 3ed8354019f28ba631fef424a8d095424b6c204e /usr.bin/rdist/Makefile | |
parent | d6d8429ebb0802a2585b8a8b4dc7df7a29e33898 (diff) |
Use our rcmdsh(3) and support $RSH.
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 c57652a8b1e..c7381ed0fc5 100644 --- a/usr.bin/rdist/Makefile +++ b/usr.bin/rdist/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.8 1997/04/27 13:01:27 downsj Exp $ +# $OpenBSD: Makefile,v 1.9 1997/07/22 06:59:37 millert Exp $ # # from: @(#)Makefile 5.11 (Berkeley) 3/12/91 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 rshrcmd.c signal.c + isexec.c lookup.c message.c rdist.c signal.c CLEANFILES+=gram.c y.tab.h LDADD= -lcompat |