mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
6 lines
129 B
Makefile
6 lines
129 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 4/3/94
|
|
|
|
PROG= ftp
|
|
SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
|
|
|
|
.include <bsd.prog.mk>
|