Makefile revision eb1a34638eba7c5add1421327f3eb225a8ea7518
#
# Copyright 2009 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) $@
check: $(CHKMANIFEST)
include ../../../Makefile.targ