diff options
author | wollman <wollman@FreeBSD.org> | 1995-05-12 19:10:09 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-05-12 19:10:09 +0000 |
commit | 56ee935a6308c4852acc11d2cad634c47d8dcdae (patch) | |
tree | 778267fc4b4f074c491114857c91aa98e1078552 /sbin/dumpon/Makefile | |
parent | c9a80054da053cb917f6bfd9dcfe98d7a3e669db (diff) | |
download | FreeBSD-src-56ee935a6308c4852acc11d2cad634c47d8dcdae.zip FreeBSD-src-56ee935a6308c4852acc11d2cad634c47d8dcdae.tar.gz |
My utility to specify where you want crash dumps to go. More user
and kernel support to follow.
Diffstat (limited to 'sbin/dumpon/Makefile')
-rw-r--r-- | sbin/dumpon/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile new file mode 100644 index 0000000..da6f365 --- /dev/null +++ b/sbin/dumpon/Makefile @@ -0,0 +1,6 @@ +# $Id$ + +PROG= dumpon +MAN8= dumpon.8 + +.include <bsd.prog.mk> |