23 lines
313 B
Makefile
23 lines
313 B
Makefile
|
# $Id: Makefile.am,v 1.1.1.1 2001/09/17 12:09:42 assar Exp $
|
||
|
|
||
|
include $(top_srcdir)/Makefile.am.common
|
||
|
|
||
|
if OTP
|
||
|
dir_otp = otp
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = \
|
||
|
afsutil \
|
||
|
bsd \
|
||
|
ftp \
|
||
|
kauth \
|
||
|
kip \
|
||
|
kx \
|
||
|
movemail \
|
||
|
$(dir_otp) \
|
||
|
popper \
|
||
|
push \
|
||
|
sample \
|
||
|
telnet \
|
||
|
xnlock
|