diff options
Diffstat (limited to 'libexec/xtend/Makefile')
-rw-r--r-- | libexec/xtend/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/xtend/Makefile b/libexec/xtend/Makefile new file mode 100644 index 0000000000000..4b9ade3ca6e07 --- /dev/null +++ b/libexec/xtend/Makefile @@ -0,0 +1,11 @@ +# Makefile for xtend (Stark) 10/30/93 + +BINMODE= 4555 + +PROG= xtend +SRCS= xtend.c status.c packet.c user.c +CFLAGS+=-I. + +MAN8= xtend.8 + +.include <bsd.prog.mk> |