summaryrefslogtreecommitdiff
path: root/usr.bin/uname
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-09-05 14:13:08 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-09-05 14:13:08 +0000
commita7b5a3d48640f3f5898b05328d71c2949b6b7098 (patch)
treed0f41665eb81332765bfb3987d27cb3e509162a2 /usr.bin/uname
parentdf347c8a2e8ac08df4c1a6058c12b9f01c289cff (diff)
downloadsrc-test2-a7b5a3d48640f3f5898b05328d71c2949b6b7098.tar.gz
src-test2-a7b5a3d48640f3f5898b05328d71c2949b6b7098.zip
Notes
Diffstat (limited to 'usr.bin/uname')
-rw-r--r--usr.bin/uname/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/uname/Makefile b/usr.bin/uname/Makefile
index ae634ca09a5b..1e01694a44f6 100644
--- a/usr.bin/uname/Makefile
+++ b/usr.bin/uname/Makefile
@@ -1,5 +1,7 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+PACKAGE= runtime
PROG= uname
.include <bsd.prog.mk>