You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
314 B
15 lines
314 B
6 years ago
|
--- netkit-rsh-0.16/rshd/Makefile.jbj4 Fri Jan 28 12:17:42 2000
|
||
|
+++ netkit-rsh-0.16/rshd/Makefile Fri Jan 28 12:17:56 2000
|
||
|
@@ -6,9 +6,8 @@
|
||
|
OBJS = rshd.o
|
||
|
|
||
|
ifeq ($(USE_PAM),1)
|
||
|
-# ?
|
||
|
-CFLAGS += # -DUSE_PAM
|
||
|
-LIBS += -ldl # -lpam -lpam_misc
|
||
|
+CFLAGS += -DUSE_PAM
|
||
|
+LIBS += -ldl -lpam -lpam_misc
|
||
|
endif
|
||
|
|
||
|
rshd: $(OBJS)
|