diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-07-10 17:48:16 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-07-10 17:48:16 +0000 |
commit | 2c046af0e6a10a356fcc152365cd2cec193a6bcb (patch) | |
tree | e3b49210a9e11db7dbffb3c1713c8f535952215c /shells/nologinmsg/src/Makefile | |
parent | 22d3ec723164f625580e3c0189a6e7a22ab1b725 (diff) | |
download | ports-2c046af0e6a10a356fcc152365cd2cec193a6bcb.tar.gz ports-2c046af0e6a10a356fcc152365cd2cec193a6bcb.zip |
Notes
Diffstat (limited to 'shells/nologinmsg/src/Makefile')
-rw-r--r-- | shells/nologinmsg/src/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shells/nologinmsg/src/Makefile b/shells/nologinmsg/src/Makefile new file mode 100644 index 000000000000..814a190d719d --- /dev/null +++ b/shells/nologinmsg/src/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ +PROG= nologinmsg +SRCS= nologinmsg.c +BINDIR= ${PREFIX}/bin +MANDIR= ${PREFIX}/man/man +MAN8= nologinmsg.8 + +CFLAGS+= -g + +.include <bsd.prog.mk> |