diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-03-15 21:31:19 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-03-15 21:31:19 +0000 |
commit | 6f2e9930bee150de650354ee11d09d2cd365f6d1 (patch) | |
tree | b2ca1117bfdf26f5ffca6e31410cd790d031a63c /ObsoleteFiles.inc | |
parent | 30fbfdda6cb85c3d66ce6f10a30c0e87a510f1ab (diff) | |
download | src-test2-6f2e9930bee150de650354ee11d09d2cd365f6d1.tar.gz src-test2-6f2e9930bee150de650354ee11d09d2cd365f6d1.zip |
Notes
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 33e730159c2c..5020ca9582b8 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -38,6 +38,12 @@ # xargs -n1 | sort | uniq -d; # done +# 20180311: remove sys/sys/i386/include/pcaudioio.h +.if ${TARGET_ARCH} == "i386" +OLD_FILES+=usr/include/machine/pcaudioio.h +.endif +# 20180310: remove sys/sys/dataacq.h +OLD_FILES+=usr/include/sys/dataacq.h # 20180306: remove DTrace scripts made obsolete by dwatch(1) OLD_FILES+=usr/share/dtrace/watch_execve OLD_FILES+=usr/share/dtrace/watch_kill |