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
8 lines
91 B
Makefile
8 lines
91 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sesutil
|
|
SRCS= sesutil.c eltsub.c
|
|
MAN= sesutil.8
|
|
|
|
.include <bsd.prog.mk>
|