diff options
Diffstat (limited to 'usr.bin/logname/Makefile')
-rw-r--r-- | usr.bin/logname/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/logname/Makefile b/usr.bin/logname/Makefile new file mode 100644 index 0000000..b8471ce --- /dev/null +++ b/usr.bin/logname/Makefile @@ -0,0 +1,5 @@ +# @(#)Makefile 8.1 (Berkeley) 6/9/93 + +PROG= logname + +.include <bsd.prog.mk> |