diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-12-14 14:31:30 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-12-21 09:17:27 +0000 |
| commit | 93c43690960274dd3bb67b1ee0f1dd3ca4d13def (patch) | |
| tree | 2ccc71b9c29ff84cd47091175e6f618b5953be27 /usr.bin/env | |
| parent | eb14f050a39f7f71110535ad260fb8df5eef068c (diff) | |
Diffstat (limited to 'usr.bin/env')
| -rw-r--r-- | usr.bin/env/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile index 14c3d4cca3f3..f672ce77f4dd 100644 --- a/usr.bin/env/Makefile +++ b/usr.bin/env/Makefile @@ -1,6 +1,7 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ +PACKAGE= runtime PROG= env SRCS= env.c envopts.c |
