NetBSD/usr.bin/ftp/Makefile

9 lines
207 B
Makefile
Raw Normal View History

1995-09-08 05:05:59 +04:00
# @(#)Makefile 8.2 (Berkeley) 4/3/94
1995-11-23 00:52:48 +03:00
# $NetBSD: Makefile,v 1.6 1995/11/22 21:52:48 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= ftp
1994-08-25 07:47:50 +04:00
SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
1995-11-23 00:52:48 +03:00
CFLAGS+= -Dunix
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>