Edit

IABSD.fr/src/libexec/ftpd/Makefile

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2016-05-04 19:48:08
    Hash : 8cbb5e83
    Message : Kill #ifdef INET6 occurrences in userland. Prompted by and ok millert@ (tcpdump and libpcap left untouched, the #ifdef force is too strong with those)

  • libexec/ftpd/Makefile
  • #	$OpenBSD: Makefile,v 1.28 2016/05/04 19:48:08 jca Exp $
    #	$NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $
    #	@(#)Makefile	8.2 (Berkeley) 4/4/94
    
    PROG=	ftpd
    SRCS=	ftpd.c ftpcmd.y logutmp.c logwtmp.c monitor.c monitor_fdpass.c popen.c
    MAN=	ftpd.8
    YFLAGS=
    CLEANFILES+=y.tab.c
    
    .include <bsd.own.mk>
    
    # our internal version of ls.
    
    LSDIR	= ${.CURDIR}/../../bin/ls
    .PATH:	${LSDIR}
    SRCS	+= ls.c cmp.c print.c util.c utf8.c
    CFLAGS	+= -I${.CURDIR} -I${LSDIR}
    
    LDADD+=	-lutil
    DPADD+=	${LIBUTIL}
    
    .include <bsd.prog.mk>