freebsd-dev/usr.sbin/sesutil/Makefile

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

10 lines
103 B
Makefile
Raw Normal View History

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