CFLAGS = -O2 -fomit-frame-pointer -m486 -include /usr/include/bsd/bsd.h \
	-I/usr/include/bsd # -DKERBEROS -DCRYPT
LDLIBS = -lbsd # -lkrb -ldes
LDFLAGS = -s -v

rsh: rsh.o # krcmd.o kcmd.o des_rw.o

install: rsh
	install -o root -g root -m 4755 rsh ${DEBDIR}/usr/bin/rsh
	install -o root -g root -m 0644 rsh.1 ${DEBDIR}/usr/man/man1

clean:
	rm -f *.o rsh

