diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2026-01-16 09:33:22 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2026-01-16 09:33:22 +0000 |
| commit | 497a13601fb74c264e28eff7cd3f9ac74f0f212b (patch) | |
| tree | a99fc34f96181bfbb0ea67bca168716d011b9881 /lib | |
| parent | 22569a1d80203bd4835a1d5d4660de5dbe334509 (diff) | |
virtual_oss: remove needless .include in intermediate Makefile
It doesn't define anything we use.
Reviewed by: christos
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D54702
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/virtual_oss/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/virtual_oss/Makefile b/lib/virtual_oss/Makefile index dc83edd4b980..61f2c43bdf73 100644 --- a/lib/virtual_oss/Makefile +++ b/lib/virtual_oss/Makefile @@ -5,5 +5,4 @@ SHLIBDIR?= ${LIBDIR}/virtual_oss SUBDIR+= null \ oss -.include "Makefile.inc" .include <bsd.subdir.mk> |
