freebsd-dev/usr.sbin/sesutil/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
91 B
Makefile
Raw Normal View History

PROG= sesutil
SRCS= sesutil.c eltsub.c
MAN= sesutil.8
LIBADD= xo
.include <bsd.prog.mk>