freebsd-dev/usr.bin/tftp/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

18 lines
308 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <src.opts.mk>
.PATH: ${SRCTOP}/libexec/tftpd
PROG= tftp
SRCS= main.c tftp-file.c tftp-io.c tftp-options.c tftp-transfer.c
SRCS+= tftp-utils.c tftp.c
CFLAGS+=-I${SRCTOP}/libexec/tftpd
LIBADD= edit
HAS_TESTS=
SUBDIR.${MK_TESTS}= tests
.include <bsd.prog.mk>