NetBSD/usr.bin/ftp/Makefile

7 lines
129 B
Makefile
Raw Normal View History

1994-08-25 07:47:50 +04:00
# @(#)Makefile 8.2 (Berkeley) 4/3/94
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
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>