diff options
Diffstat (limited to 'usr.bin/last/Makefile')
-rw-r--r-- | usr.bin/last/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile new file mode 100644 index 000000000000..eb32dcfb35b7 --- /dev/null +++ b/usr.bin/last/Makefile @@ -0,0 +1,7 @@ +PROG= last +PACKAGE= acct +LIBADD= xo + +NO_WFORMAT= + +.include <bsd.prog.mk> |