Magellan Linux

Contents of /trunk/netkit-rsh/netkit-rsh-0.17-jbj4.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (show annotations) (download)
Fri Jan 19 23:50:26 2007 UTC (17 years, 3 months ago) by niro
File size: 314 byte(s)
new files

1 --- netkit-rsh-0.16/rshd/Makefile.jbj4 Fri Jan 28 12:17:42 2000
2 +++ netkit-rsh-0.16/rshd/Makefile Fri Jan 28 12:17:56 2000
3 @@ -6,9 +6,8 @@
4 OBJS = rshd.o
5
6 ifeq ($(USE_PAM),1)
7 -# ?
8 -CFLAGS += # -DUSE_PAM
9 -LIBS += -ldl # -lpam -lpam_misc
10 +CFLAGS += -DUSE_PAM
11 +LIBS += -ldl -lpam -lpam_misc
12 endif
13
14 rshd: $(OBJS)