Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# ident "%Z%%M% %I% %E% SMI"
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include ../../../Makefile.cmd
# I18n
# When building for Solaris 8 add to CPPFLAGS:
# -Ddn_skipname=__dn_skipname -DSOLARIS_NO_AUDIT_FTPD_LOGOUT
YFLAGS += -d
# tcov output relies on atexit(3C) registered functions being called, so stop
# _exit() from being used. Passing -l to yacc stops it generating #line
# directives which don't work with tcov.
$(POST_PROCESS)
$(POST_PROCESS)
$(RM) $@
ftpshut: $(FTPSHUT_OBJS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(LINK.c) $(PRIVATE_OBJS) -o $@
$(POST_PROCESS)
$(ETCFTPDDIR)/%: %
$(INS.file)
$(RM) $@
$(ROOTFTPWHO): $(ROOTFTPCOUNT)
$(RM) $@
$(LN) $(ROOTFTPCOUNT) $@
$(ETCFTPDFILES) $(ROOTMANIFEST)
check: $(CHKMANIFEST)
include ../../../Makefile.targ