freebsd-dev/usr.sbin/fdcontrol/Makefile
Enji Cooper 64a0982bee usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output

MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 11:38:03 +00:00

11 lines
156 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR:H}/fdread
PROG= fdcontrol
SRCS= fdcontrol.c fdutil.c
CFLAGS+= -I${.CURDIR:H}/fdread
MAN= fdcontrol.8
.include <bsd.prog.mk>