Cross Reference: Makefile
xref: /src/libexec/ftpd/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/libexec/ftpd/
Makefile revision 1.24
11.24Smycroft#	$NetBSD: Makefile,v 1.24 1997/10/12 14:06:21 mycroft Exp $
21.12Scgd#	@(#)Makefile	8.2 (Berkeley) 4/4/94
31.14Scjs
41.16Slukem# XXX Work-around a compiler bug for now... can't use -O
51.16Slukem.if (${MACHINE_ARCH} == "powerpc")
61.16SlukemCFLAGS=
71.16Slukem.endif
81.16Slukem
91.1ScgdPROG=	ftpd
101.17SlukemSRCS=	conf.c ftpd.c ftpcmd.c logwtmp.c popen.c
111.21SmycroftCPPFLAGS+=-DHASSETPROCTITLE -Dunix
121.21SmycroftDPADD+=	${LIBCRYPT}
131.21SmycroftLDADD+=	-lcrypt
141.11ScgdMAN=	ftpd.8
151.1ScgdCLEANFILES+=ftpcmd.c y.tab.h
161.6Scgd.PATH:	${.CURDIR}/../../usr.bin/ftp ${.CURDIR}/../../usr.bin/login
171.5Scgd
181.24Smycroft.include <bsd.own.mk>
191.21Smycroft
201.21Smycroft.ifdef SKEY
211.21SmycroftCPPFLAGS+=-DSKEY
221.21SmycroftDPADD+= ${LIBSKEY}
231.21SmycroftLDADD+= -lskey
241.22Smycroft.endif
251.6Scgd
261.23Smycroft.ifdef KERBEROS5
271.23SmycroftSRCS+=	k5login.c
281.23SmycroftCPPFLAGS+=-DKERBEROS5
291.23SmycroftDPADD+=	${LIBKRB5} ${LIBCRYPTO}
301.23SmycroftLDADD+=	-lkrb5 -lcrypto -lcom_err
311.23Smycroft.elifdef KERBEROS
321.21SmycroftSRCS+=	klogin.c
331.21SmycroftCPPFLAGS+=-DKERBEROS
341.23SmycroftDPADD+=	${LIBKRB} ${LIBDES}
351.23SmycroftLDADD+=	-lkrb -ldes
361.6Scgd.endif
371.24Smycroft
381.24Smycroft.include <bsd.prog.mk>
39

Indexes created Mon Jan 12 22:09:36 GMT 2026