freebsd-dev/usr.sbin/sesutil/Makefile
Baptiste Daroussin 20a957e37a Directly print the extra status instead of filling a buffer
then printing it.

This prepares the code to make it libxo friendly

Reviewed by:	manu, Nikita Kozlov (nikita elyzion.net)
MFC after:	2 weeks
Sponsored by:	Gandi.net
2017-06-23 15:09:08 +00:00

8 lines
91 B
Makefile

# $FreeBSD$
PROG= sesutil
SRCS= sesutil.c eltsub.c
MAN= sesutil.8
.include <bsd.prog.mk>